MCPcopy
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
71const 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.tsFile · 0.70

Calls 1

listMethod · 0.65

Tested by

no test coverage detected