MCPcopy Index your code
hub / github.com/anomalyco/opencode / loadSession

Method loadSession

packages/opencode/src/acp/agent.ts:47–49  ·  view source on GitHub ↗
(params: LoadSessionRequest)

Source from the content-addressed store, hash-verified

45 }
46
47 loadSession(params: LoadSessionRequest) {
48 return run(this.service.loadSession(params))
49 }
50
51 listSessions(params: ListSessionsRequest) {
52 return run(this.service.listSessions(params))

Callers 2

event.test.tsFile · 0.80

Calls 1

runFunction · 0.70

Tested by

no test coverage detected