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

Function createHostRootFiber

code/communication/public/app.js:6985–6988  ·  view source on GitHub ↗
(isAsync)

Source from the content-addressed store, hash-verified

6983}
6984
6985function createHostRootFiber(isAsync) {
6986 var mode = isAsync ? AsyncMode | StrictMode : NoContext;
6987 return createFiber(HostRoot, null, null, mode);
6988}
6989
6990function createFiberFromElement(element, mode, expirationTime) {
6991 var owner = null;

Callers 1

createFiberRootFunction · 0.70

Calls 1

createFiberFunction · 0.70

Tested by

no test coverage detected