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

Function reset

packages/core/test/tool-edit.test.ts:47–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45)
46
47const reset = () => {
48 assertions.length = 0
49 writes.length = 0
50 reads = 0
51 denyAction = undefined
52 afterRead = () => Effect.void
53}
54
55const filesystem = Layer.effect(
56 FSUtil.Service,

Callers 1

tool-edit.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected