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

Function scheduleRoot

docs/index.js:18791–18794  ·  view source on GitHub ↗
(root, element)

Source from the content-addressed store, hash-verified

18789 return array.sort().join(", ");
18790 }
18791 function scheduleRoot(root, element) {
18792 root.context === emptyContextObject &&
18793 (updateContainerSync(element, root, null, null), flushSyncWork$1());
18794 }
18795 function scheduleRefresh(root, update) {
18796 if (null !== resolveFamily) {
18797 var staleFamilies = update.staleFamilies;

Callers

nothing calls this directly

Calls 2

updateContainerSyncFunction · 0.85
flushSyncWork$1Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…