MCPcopy
hub / github.com/anomalyco/opencode / getSessionID

Method getSessionID

packages/function/src/api.ts:94–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 }
93
94 private async getSessionID() {
95 return this.ctx.storage.get<string>("sessionID")
96 }
97
98 async clear() {
99 const sessionID = await this.getSessionID()

Callers 4

publishMethod · 0.95
clearMethod · 0.95
closeFunction · 0.80
resetForReplayFunction · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected