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

Function createHostRootFiber

code/styling/public/app.js:6950–6953  ·  view source on GitHub ↗
(isAsync)

Source from the content-addressed store, hash-verified

6948}
6949
6950function createHostRootFiber(isAsync) {
6951 var mode = isAsync ? AsyncMode | StrictMode : NoContext;
6952 return createFiber(HostRoot, null, null, mode);
6953}
6954
6955function createFiberFromElement(element, mode, expirationTime) {
6956 var owner = null;

Callers 1

createFiberRootFunction · 0.70

Calls 1

createFiberFunction · 0.70

Tested by

no test coverage detected