Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ remove
Function
remove
packages/opencode/test/session/session.test.ts:45–45 ·
view source on GitHub ↗
(id: SessionID)
Source
from the content-addressed store, hash-verified
43
)
44
45
const
remove = (id: SessionID) => SessionNs.use.remove(id)
46
47
describe(
"session.created event"
, () => {
48
it.instance(
"should emit session.created event when session is created"
, () =>
Callers
1
session.test.ts
File · 0.70
Calls
1
remove
Method · 0.65
Tested by
no test coverage detected