Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ agentSession.queueDispatch.test.ts
File
agentSession.queueDispatch.test.ts
src/node/services/agentSession.queueDispatch.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, spyOn, test } from
"bun:test"
;
2
3
import
{ Ok } from
"@/common/types/result"
;
4
import
{ createAgentSessionHarness } from
"./agentSession.testHarness"
;
Callers
nothing calls this directly
Calls
13
createAgentSessionHarness
Function · 0.90
Ok
Function · 0.90
queueMessage
Method · 0.80
streamStartEvent
Function · 0.70
toolCallEndEvent
Function · 0.70
cleanup
Function · 0.70
streamAbortEvent
Function · 0.70
waitForCondition
Function · 0.70
emit
Method · 0.65
dispose
Method · 0.65
cleanup
Method · 0.65
clearQueue
Method · 0.45
Tested by
no test coverage detected