Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ destroy
Function
destroy
packages/opencode/test/cli/run/runtime.test.ts:122–129 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
120
notify()
121
},
122
destroy() {
123
if
(closed) {
124
return
125
}
126
127
closed = true
128
notify()
129
},
130
}
131
}
132
Callers
nothing calls this directly
Calls
1
notify
Function · 0.70
Tested by
no test coverage detected