Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ paths.test.ts
File
paths.test.ts
src/node/utils/paths.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, test, expect } from
"bun:test"
;
2
import
{ PlatformPaths } from
"./paths.main"
;
3
import
{ toPosixPath, toWindowsPath } from
"./paths"
;
4
import
* as os from
"os"
;
Callers
nothing calls this directly
Calls
9
toPosixPath
Function · 0.90
toWindowsPath
Function · 0.90
formatHome
Method · 0.80
expandHome
Method · 0.80
basename
Method · 0.45
parse
Method · 0.45
abbreviate
Method · 0.45
splitAbbreviated
Method · 0.45
getProjectName
Method · 0.45
Tested by
no test coverage detected