MCPcopy
hub / github.com/coder/mux / pathUtils.test.ts

File pathUtils.test.ts

src/node/utils/pathUtils.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as fs from "fs";
2import * as os from "os";
3import * as path from "path";
4import { expandTilde, validateProjectPath, isGitRepository } from "./pathUtils";

Callers

nothing calls this directly

Calls 4

expandTildeFunction · 0.90
validateProjectPathFunction · 0.90
isGitRepositoryFunction · 0.90
basenameMethod · 0.45

Tested by

no test coverage detected