MCPcopy Index your code
hub / github.com/OpenSIST/OpenSIST.github.io / run

Function run

src/Data/CoreCacheSync.js:129–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127 return;
128 }
129 const run = () => {
130 idleHandle = null;
131 void syncCoreCache().catch(() => {});
132 };
133 if ("requestIdleCallback" in window) {
134 idleHandle = window.requestIdleCallback(run, {timeout: 5000});
135 } else {

Callers

nothing calls this directly

Calls 1

syncCoreCacheFunction · 0.85

Tested by

no test coverage detected