MCPcopy 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
45const remove = (id: SessionID) => SessionNs.use.remove(id)
46
47describe("session.created event", () => {
48 it.instance("should emit session.created event when session is created", () =>

Callers 1

session.test.tsFile · 0.70

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected