MCPcopy Index your code
hub / github.com/caseywebdev/react-list / getResourcesFromRoot

Function getResourcesFromRoot

docs/index.js:4376–4382  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

4374 throw Error(formatProdErrorMessage(33));
4375}
4376function getResourcesFromRoot(root) {
4377 var resources = root[internalRootNodeResourcesKey];
4378 resources ||
4379 (resources = root[internalRootNodeResourcesKey] =
4380 { hoistableStyles: new Map(), hoistableScripts: new Map() });
4381 return resources;
4382}
4383function markNodeAsHoistable(node) {
4384 node[internalHoistableMarker] = !0;
4385}

Callers 5

preinitStyleFunction · 0.85
preinitScriptFunction · 0.85
preinitModuleScriptFunction · 0.85
getResourceFunction · 0.85
index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…