MCPcopy Create free account
hub / github.com/GCWing/BitFun / run

Function run

src/web-ui/src/flow_chat/store/FlowChatStore.ts:395–400  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

393function scheduleHistoricalSessionFullHydrate(callback: () => void): () => void {
394 let cancelled = false;
395 const run = () => {
396 if (cancelled) {
397 return;
398 }
399 callback();
400 };
401
402 const requestIdleCallback = (globalThis as {
403 requestIdleCallback?: (callback: () => void, options?: { timeout?: number }) => number;

Callers 1

traceStartupStepFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected