MCPcopy
hub / github.com/benjitaylor/agentation / getSession

Function getSession

mcp/src/server/store.ts:93–95  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

91 },
92
93 getSession(id: string): Session | undefined {
94 return sessions.get(id);
95 },
96
97 getSessionWithAnnotations(id: string): SessionWithAnnotations | undefined {
98 const session = sessions.get(id);

Callers 1

globalSseHandlerFunction · 0.70

Calls 2

getStoreFunction · 0.85
getSessionMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…