MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / createHostRootFiber

Function createHostRootFiber

code/composition/public/app.js:7088–7091  ·  view source on GitHub ↗
(isAsync)

Source from the content-addressed store, hash-verified

7086}
7087
7088function createHostRootFiber(isAsync) {
7089 var mode = isAsync ? AsyncMode | StrictMode : NoContext;
7090 return createFiber(HostRoot, null, null, mode);
7091}
7092
7093function createFiberFromElement(element, mode, expirationTime) {
7094 var owner = null;

Callers 1

createFiberRootFunction · 0.70

Calls 1

createFiberFunction · 0.70

Tested by

no test coverage detected