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

Function createHostRootFiber

code/new-context-api/public/app.js:6311–6314  ·  view source on GitHub ↗
(isAsync)

Source from the content-addressed store, hash-verified

6309}
6310
6311function createHostRootFiber(isAsync) {
6312 var mode = isAsync ? AsyncMode | StrictMode : NoContext;
6313 return createFiber(HostRoot, null, null, mode);
6314}
6315
6316function createFiberFromElement(element, mode, expirationTime) {
6317 var owner = null;

Callers 1

createFiberRootFunction · 0.70

Calls 1

createFiberFunction · 0.70

Tested by

no test coverage detected