MCPcopy Index your code
hub / github.com/anomalyco/opencode / query

Function query

packages/tui/src/context/sync.tsx:571–573  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

569 return undefined
570 },
571 query() {
572 return sessionListQuery()
573 },
574 async refresh() {
575 const list = await listSessions()
576 setStore("session", reconcile(list))

Callers 15

go-referral.tsxFile · 0.50
workspace.tsxFile · 0.50
index.tsxFile · 0.50
common.tsxFile · 0.50
model-section.tsxFile · 0.50
lite-section.tsxFile · 0.50
usage-section.tsxFile · 0.50
member-section.tsxFile · 0.50

Calls 1

sessionListQueryFunction · 0.85

Tested by

no test coverage detected