Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode-bench
/ cleanup
Function
cleanup
src/agents/opencode.ts:136–138 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
134
return
{ actions, usage };
135
},
136
cleanup() {
137
opencode.server.close();
138
},
139
};
140
141
export
default opencodeAgent;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected