MCPcopy
hub / github.com/coder/mux / normalizePath

Method normalizePath

src/node/services/tools/testHelpers.ts:313–315  ·  view source on GitHub ↗
(targetPath: string, basePath: string)

Source from the content-addressed store, hash-verified

311 }
312
313 override normalizePath(targetPath: string, basePath: string): string {
314 return this.delegate.normalizePath(targetPath, basePath);
315 }
316
317 override resolvePath(filePath: string): Promise<string> {
318 return this.delegate.resolvePath(filePath);

Callers

nothing calls this directly

Calls 1

normalizePathMethod · 0.65

Tested by

no test coverage detected