MCPcopy Index your code
hub / github.com/anomalyco/opencode / afterRead

Function afterRead

packages/core/test/tool-edit.test.ts:28–28  ·  view source on GitHub ↗
(_target: string, _content: Uint8Array)

Source from the content-addressed store, hash-verified

26let reads = 0
27let denyAction: string | undefined
28let afterRead = (_target: string, _content: Uint8Array): Effect.Effect<void> => Effect.void
29
30const permission = Layer.succeed(
31 PermissionV2.Service,

Callers 1

tool-edit.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected