Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/ get
Method
get
src/bot/session-map.ts:26–29 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
24
}
25
26
async
get(key: string): Promise<string | undefined> {
27
await
this.load();
28
return
this.map[key];
29
}
30
31
async
set(key: string, sessionId: string): Promise<void> {
32
await
this.load();
Callers
15
orchestration.test.ts
File · 0.45
artifact-live-server.test.ts
File · 0.45
schedule-recipes-delivery.test.ts
File · 0.45
resolveExact
Function · 0.45
wireId
Function · 0.45
speculative-graph.test.ts
File · 0.45
tool-aliases.test.ts
File · 0.45
custom-commands.test.ts
File · 0.45
bot-stream-pump.test.ts
File · 0.45
schedule.test.ts
File · 0.45
getConfig
Function · 0.45
main
Function · 0.45
Calls
1
load
Method · 0.95
Tested by
2
resolveExact
Function · 0.36
wireId
Function · 0.36