Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ agentStatusService.test.ts
File
agentStatusService.test.ts
src/node/services/agentStatusService.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, test, expect, beforeEach, afterEach, mock, spyOn } from
"bun:test"
;
2
import
{ mkdtempSync, rmSync } from
"fs"
;
3
import
{ tmpdir } from
"os"
;
4
import
{ join } from
"path"
;
Callers
nothing calls this directly
Calls
15
createTestHistoryService
Function · 0.90
Ok
Function · 0.90
createMuxMessage
Function · 0.90
Err
Function · 0.90
resolve
Method · 0.80
appendToHistory
Method · 0.80
writePartial
Method · 0.80
setSidebarStatus
Method · 0.80
makeProjectsConfig
Function · 0.70
makeWorkspaceEntry
Function · 0.70
createService
Function · 0.70
getInternals
Function · 0.70
Tested by
no test coverage detected