Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ list
Function
list
packages/opencode/test/control-plane/workspace.test.ts:202–205 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
200
...(input.list
201
? {
202
async
list() {
203
calls.list += 1
204
return
input.list?.() ?? []
205
},
206
}
207
: {}),
208
async
remove(info) {
Callers
nothing calls this directly
Calls
1
list
Method · 0.65
Tested by
no test coverage detected