MCPcopy 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

openFunction · 0.70
closeFunction · 0.70
expandFunction · 0.70
collapseFunction · 0.70
moveFunction · 0.70
server.tsxFile · 0.70
nameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected