Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ether/etherpad
/ SessionStore.ts
File
SessionStore.ts
src/tests/backend/specs/SessionStore.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
const
SessionStore = require(
'../../../node/db/SessionStore'
);
4
import
{strict as assert} from
'assert'
;
Callers
nothing calls this directly
Calls
15
destroy
Function · 0.85
eventually
Function · 0.85
touch
Function · 0.85
shutdown
Method · 0.80
get
Method · 0.80
now
Method · 0.80
set
Method · 0.80
_cleanup
Method · 0.80
startCleanup
Method · 0.80
push
Method · 0.80
set
Function · 0.70
get
Function · 0.70
Tested by
no test coverage detected