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

Function createHostRootFiber

code/event-handlers/public/app.js:6280–6283  ·  view source on GitHub ↗
(isAsync)

Source from the content-addressed store, hash-verified

6278}
6279
6280function createHostRootFiber(isAsync) {
6281 var mode = isAsync ? AsyncMode | StrictMode : NoContext;
6282 return createFiber(HostRoot, null, null, mode);
6283}
6284
6285function createFiberFromElement(element, mode, expirationTime) {
6286 var owner = null;

Callers 1

createFiberRootFunction · 0.70

Calls 1

createFiberFunction · 0.70

Tested by

no test coverage detected