Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/coder/mux
/ serverLockfile.test.ts
File
serverLockfile.test.ts
src/node/services/serverLockfile.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, test, expect, beforeEach, afterEach } from
"bun:test"
;
2
import
* as fs from
"fs/promises"
;
3
import
* as path from
"path"
;
4
import
* as os from
"os"
;
Callers
nothing calls this directly
Calls
6
getLockPath
Method · 0.80
writeFile
Method · 0.65
stat
Method · 0.65
acquire
Method · 0.45
read
Method · 0.45
release
Method · 0.45
Tested by
no test coverage detected