Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ eventStore.test.ts
File
eventStore.test.ts
src/node/utils/eventStore.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeEach, afterEach } from
"@jest/globals"
;
2
import
* as fs from
"fs/promises"
;
3
import
* as path from
"path"
;
4
import
{ EventStore } from
"./eventStore"
;
Callers
nothing calls this directly
Calls
11
setState
Method · 0.80
getState
Method · 0.80
hasState
Method · 0.80
deleteState
Method · 0.80
getActiveWorkspaceIds
Method · 0.80
persist
Method · 0.80
readPersisted
Method · 0.80
deletePersisted
Method · 0.80
replay
Method · 0.80
readFile
Method · 0.65
parse
Method · 0.45
Tested by
no test coverage detected