Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.tsx
File · 0.50
workspace.tsx
File · 0.50
workspace-picker.tsx
File · 0.50
index.tsx
File · 0.50
common.tsx
File · 0.50
provider-section.tsx
File · 0.50
model-section.tsx
File · 0.50
new-user-section.tsx
File · 0.50
lite-section.tsx
File · 0.50
settings-section.tsx
File · 0.50
usage-section.tsx
File · 0.50
member-section.tsx
File · 0.50
Calls
1
sessionListQuery
Function · 0.85
Tested by
no test coverage detected