Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
function
isWindowsDrivePath(path: string): boolean {
62
return
/^[A-Za-z]:\\/.test(path);
63
}
Callers
5
isNormalizedAbsolutePath
Function · 0.85
pathWithinRoot
Function · 0.85
samePath
Function · 0.85
trimTrailingPathSeparators
Function · 0.85
comparablePath
Function · 0.85
Calls
1
test
Method · 0.65
Tested by
no test coverage detected