Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ vis
Function
vis
packages/app/src/components/debug-bar.tsx:374–381 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
372
}
373
374
const vis = () => {
375
if (document.visibilityState !==
"visible"
) {
376
stop()
377
return
378
}
379
reset()
380
start()
381
}
382
383
syncHeap()
384
start()
Callers
nothing calls this directly
Calls
3
stop
Function · 0.70
reset
Function · 0.70
start
Function · 0.70
Tested by
no test coverage detected