Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/coder/mux
/ serverService.test.ts
File
serverService.test.ts
src/node/services/serverService.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, test, 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
14
getTailscaleBindHosts
Function · 0.90
computeNetworkBaseUrls
Function · 0.90
isPortListening
Function · 0.85
getLaunchProject
Method · 0.80
setLaunchProject
Method · 0.80
startServer
Method · 0.80
isServerRunning
Method · 0.80
getServerInfo
Method · 0.80
stopServer
Method · 0.80
writeFile
Method · 0.65
readFile
Method · 0.65
get
Method · 0.65
Tested by
no test coverage detected