MCPcopy Create free account
hub / github.com/allocnode/oh-my-sage / getSessionStore

Function getSessionStore

src/server/session/store.ts:347–352  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

345 * 获取 Session Store 实例
346 */
347export function getSessionStore(): SessionStore {
348 if (!storeInstance) {
349 storeInstance = new SessionStore();
350 }
351 return storeInstance;
352}

Callers 9

GETFunction · 0.90
POSTFunction · 0.90
DELETEFunction · 0.90
GETFunction · 0.90
PATCHFunction · 0.90
POSTFunction · 0.90
DELETEFunction · 0.90
POSTFunction · 0.90
AgentClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected