MCPcopy Create free account
hub / github.com/anomalyco/opencode / closeSession

Method closeSession

packages/opencode/src/acp/agent.ts:59–61  ·  view source on GitHub ↗
(params: CloseSessionRequest)

Source from the content-addressed store, hash-verified

57 }
58
59 closeSession(params: CloseSessionRequest) {
60 return run(this.service.closeSession(params))
61 }
62
63 unstable_forkSession(params: ForkSessionRequest) {
64 return run(this.service.forkSession(params))

Callers 1

Calls 1

runFunction · 0.70

Tested by

no test coverage detected