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

Method getSecret

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

Source from the content-addressed store, hash-verified

88 }
89
90 private async getSecret() {
91 return this.ctx.storage.get<string>("secret")
92 }
93
94 private async getSessionID() {
95 return this.ctx.storage.get<string>("sessionID")

Callers 2

shareMethod · 0.95
assertSecretMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected