Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
47
const
reset = () => {
48
assertions.length = 0
49
writes.length = 0
50
reads = 0
51
denyAction = undefined
52
afterRead = () => Effect.void
53
}
54
55
const
filesystem = Layer.effect(
56
FSUtil.Service,
Callers
1
tool-edit.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected