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

Function createHostRootFiber

code/third-party/public/app.js:6183–6186  ·  view source on GitHub ↗
(isAsync)

Source from the content-addressed store, hash-verified

6181}
6182
6183function createHostRootFiber(isAsync) {
6184 var mode = isAsync ? AsyncMode | StrictMode : NoContext;
6185 return createFiber(HostRoot, null, null, mode);
6186}
6187
6188function createFiberFromElement(element, mode, expirationTime) {
6189 var owner = null;

Callers 1

createFiberRootFunction · 0.70

Calls 1

createFiberFunction · 0.70

Tested by

no test coverage detected