Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ agentSession.postCompactionRetry.test.ts
File
agentSession.postCompactionRetry.test.ts
src/node/services/agentSession.postCompactionRetry.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, test, mock, afterEach, spyOn } from
"bun:test"
;
2
import
{ EventEmitter } from
"events"
;
3
import
* as fsPromises from
"fs/promises"
;
4
import
* as os from
"os"
;
Callers
nothing calls this directly
Calls
11
createTestHistoryService
Function · 0.90
createPersistedPostCompactionState
Function · 0.85
reject
Function · 0.85
appendToHistory
Method · 0.80
resolve
Method · 0.80
streamWithHistory
Method · 0.80
emit
Method · 0.65
stat
Method · 0.65
dispose
Method · 0.65
writeFile
Method · 0.65
basename
Method · 0.45
Tested by
no test coverage detected