MCPcopy 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

resolveExactFunction · 0.45
wireIdFunction · 0.45
schedule.test.tsFile · 0.45
getConfigFunction · 0.45
mainFunction · 0.45

Calls 1

loadMethod · 0.95

Tested by 2

resolveExactFunction · 0.36
wireIdFunction · 0.36