Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ LocalBaseRuntime.test.ts
File
LocalBaseRuntime.test.ts
src/node/runtime/LocalBaseRuntime.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } 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
6
readStreamAsString
Function · 0.85
isAbsolute
Method · 0.80
resolvePath
Method · 0.65
writeFile
Method · 0.65
exec
Method · 0.65
read
Method · 0.45
Tested by
no test coverage detected