createChildContext
createChildContext(
parent,init?):FSContext&object
Defined in: src/internal/contexts.ts:129
Internal
Create a blank FS Context
Parameters
Section titled “Parameters”parent
Section titled “parent”ContextInit = {}
Returns
Section titled “Returns”FSContext & object
Make sure parent root can’t be escaped
This exists so that kIsContext is not exported and to make sure the context is “secure”.