MCPcopy
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

1import { describe, test, expect } from "bun:test";
2import { PlatformPaths } from "./paths.main";
3import { toPosixPath, toWindowsPath } from "./paths";
4import * as os from "os";

Callers

nothing calls this directly

Calls 9

toPosixPathFunction · 0.90
toWindowsPathFunction · 0.90
formatHomeMethod · 0.80
expandHomeMethod · 0.80
basenameMethod · 0.45
parseMethod · 0.45
abbreviateMethod · 0.45
splitAbbreviatedMethod · 0.45
getProjectNameMethod · 0.45

Tested by

no test coverage detected