Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
share
Method · 0.95
assertSecret
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected