MCPcopy Create free account
hub / github.com/anomalyco/opencode / refresh

Function refresh

packages/app/src/context/global-sync/queue.ts:44–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 }
43
44 const refresh = () => {
45 root = true
46 if (input.paused()) return
47 schedule()
48 }
49
50 async function drain() {
51 if (running) return

Callers

nothing calls this directly

Calls 1

scheduleFunction · 0.70

Tested by

no test coverage detected