MCPcopy Create free account
hub / github.com/socketstream/socketstream / MemoryStore

Function MemoryStore

lib/session/memory.js:39–42  ·  view source on GitHub ↗

* A session store in memory. * @public

()

Source from the content-addressed store, hash-verified

37 */
38
39function MemoryStore() {
40 Store.call(this)
41 this.sessions = Object.create(null)
42}
43
44/**
45 * Inherit from Store.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected