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

Function queue

packages/session-ui/src/components/session-review.tsx:228–231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226 }
227
228 const queue = () => {
229 if (frame !== undefined) return
230 frame = requestAnimationFrame(syncVisible)
231 }
232
233 const pinned = (file: string) =>
234 props.focusedComment?.file === file ||

Callers 5

handleScrollFunction · 0.70
SessionReviewFunction · 0.70
handleChangeFunction · 0.70
TestLLMServerClass · 0.50
RunFooterViewFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected