MCPcopy Create free account
hub / github.com/apache/maka / isWindowsDrivePath

Function isWindowsDrivePath

packages/core/src/absolute-path.ts:61–63  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

59}
60
61function isWindowsDrivePath(path: string): boolean {
62 return /^[A-Za-z]:\\/.test(path);
63}

Callers 5

isNormalizedAbsolutePathFunction · 0.85
pathWithinRootFunction · 0.85
samePathFunction · 0.85
comparablePathFunction · 0.85

Calls 1

testMethod · 0.65

Tested by

no test coverage detected