Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ devToolsService.test.ts
File
devToolsService.test.ts
src/node/services/__tests__/devToolsService.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ afterEach, beforeEach, describe, expect, it, spyOn } 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
makeStep
Function · 0.85
getDevtoolsLogPath
Function · 0.85
countStaleStepUpdates
Function · 0.85
createStep
Method · 0.80
getRuns
Method · 0.80
finalizeStaleSteps
Method · 0.80
setPendingRunMetadata
Method · 0.80
clearPendingRunMetadata
Method · 0.80
getRunWithSteps
Method · 0.80
updateStep
Method · 0.80
resolve
Method · 0.80
on
Method · 0.80
Tested by
no test coverage detected