MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / createHostRootFiber

Function createHostRootFiber

code/dependency-injection/public/app.js:7043–7046  ·  view source on GitHub ↗
(isAsync)

Source from the content-addressed store, hash-verified

7041}
7042
7043function createHostRootFiber(isAsync) {
7044 var mode = isAsync ? AsyncMode | StrictMode : NoContext;
7045 return createFiber(HostRoot, null, null, mode);
7046}
7047
7048function createFiberFromElement(element, mode, expirationTime) {
7049 var owner = null;

Callers 1

createFiberRootFunction · 0.70

Calls 1

createFiberFunction · 0.70

Tested by

no test coverage detected