MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / isWindowsDeviceRoot

Function isWindowsDeviceRoot

src/platform/vscode-path/path.ts:90–94  ·  view source on GitHub ↗
(code: number)

Source from the content-addressed store, hash-verified

88}
89
90function isWindowsDeviceRoot(code: number) {
91 return (
92 (code >= CHAR_UPPERCASE_A && code <= CHAR_UPPERCASE_Z) || (code >= CHAR_LOWERCASE_A && code <= CHAR_LOWERCASE_Z)
93 );
94}
95
96// Resolves . and .. elements in a path with directory names
97function normalizeString(

Callers 8

resolveFunction · 0.85
normalizeFunction · 0.85
isAbsoluteFunction · 0.85
toNamespacedPathFunction · 0.85
dirnameFunction · 0.85
basenameFunction · 0.85
extnameFunction · 0.85
parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected