Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ current
Function
current
packages/app/src/context/server.tsx:74–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
}) {
73
const setStore = input.setStore as unknown as SetStoreFunction<ServerProjectState>
74
const current = () => input.store.projects[input.scope()] ?? []
75
return {
76
list: current,
77
open(directory: string) {
Callers
7
open
Function · 0.70
close
Function · 0.70
expand
Function · 0.70
collapse
Function · 0.70
move
Function · 0.70
server.tsx
File · 0.70
name
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected