Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anomalyco/opencode
/ list
Function
list
packages/opencode/test/permission/next.test.ts:71–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
})
70
71
const
list = () =>
72
Effect.gen(
function
* () {
73
const
permission = yield* Permission.Service
74
return
yield* permission.list()
75
})
76
77
// fromConfig tests
78
Callers
1
next.test.ts
File · 0.70
Calls
1
list
Method · 0.65
Tested by
no test coverage detected