MCPcopy 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

stopFunction · 0.70
resetFunction · 0.70
startFunction · 0.70

Tested by

no test coverage detected