Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
publish
Method · 0.95
clear
Method · 0.95
close
Function · 0.80
resetForReplay
Function · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected