Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ fs.test.ts
File
fs.test.ts
src/node/utils/fs.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeEach, afterEach } from
"bun:test"
;
2
import
fs from
"fs/promises"
;
3
import
{ chmodSync, statSync } from
"fs"
;
4
import
path from
"path"
;
Callers
nothing calls this directly
Calls
3
ensurePrivateDir
Function · 0.90
ensurePrivateDirSync
Function · 0.90
stat
Method · 0.65
Tested by
no test coverage detected