Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
347
export
function
getSessionStore(): SessionStore {
348
if
(!storeInstance) {
349
storeInstance =
new
SessionStore();
350
}
351
return
storeInstance;
352
}
Callers
9
GET
Function · 0.90
POST
Function · 0.90
DELETE
Function · 0.90
GET
Function · 0.90
PATCH
Function · 0.90
POST
Function · 0.90
DELETE
Function · 0.90
POST
Function · 0.90
Agent
Class · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected