Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/vscode-js-debug
/ isWindowsPath
Function
isWindowsPath
src/common/pathUtils.ts:259–259 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
257
* Returns whether the path looks like a Windows path.
258
*/
259
export
const
isWindowsPath = (path: string) => /^[A-Za-z]:/.test(path) || isUncPath(path);
Callers
3
shouldResolveSourceMap
Function · 0.90
fixDriveLetter
Function · 0.85
fixDriveLetterAndSlashes
Function · 0.85
Calls
2
isUncPath
Function · 0.85
test
Method · 0.80
Tested by
no test coverage detected