Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/coder/mux
/ sessionTimingService.test.ts
File
sessionTimingService.test.ts
src/node/services/sessionTimingService.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeEach, afterEach, mock } from
"bun:test"
;
2
import
* as fs from
"fs/promises"
;
3
import
* as os from
"os"
;
4
import
* as path from
"path"
;
Callers
nothing calls this directly
Calls
15
normalizeToCanonical
Function · 0.90
createMockTelemetryService
Function · 0.85
emitStreamStart
Function · 0.85
emitStreamDelta
Function · 0.85
emitToolCall
Function · 0.85
emitCompletedStreamWithOneTool
Function · 0.85
rollUpTimingIntoParent
Method · 0.80
onStatsChange
Method · 0.80
addSubscriber
Method · 0.80
offStatsChange
Method · 0.80
removeSubscriber
Method · 0.80
emitStreamEnd
Function · 0.70
Tested by
no test coverage detected