Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinyhttp/tinyhttp
/ memoryStore.test.ts
File
memoryStore.test.ts
__tests__/wares/session/memoryStore.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ MemoryStore } from
'../../../packages/session/src'
2
3
describe(
'store.set(id, session)'
, () => {
4
it(
'should commit the session with the given ID and session object'
, () => {
Callers
nothing calls this directly
Calls
4
length
Method · 0.80
clear
Method · 0.80
set
Method · 0.65
get
Method · 0.65
Tested by
no test coverage detected