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

Function loop

packages/session-ui/src/pierre/comment-hover.ts:42–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 const loop = () => {
43 if (!button.isConnected) return
44 sync()
45 requestAnimationFrame(loop)
46 }
47
48 const open = () => {
49 const next = props.getHoveredLine() ?? line

Callers

nothing calls this directly

Calls 1

syncFunction · 0.70

Tested by

no test coverage detected