MCPcopy
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

1import { MemoryStore } from '../../../packages/session/src'
2
3describe('store.set(id, session)', () => {
4 it('should commit the session with the given ID and session object', () => {

Callers

nothing calls this directly

Calls 4

lengthMethod · 0.80
clearMethod · 0.80
setMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected