Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chhoumann/quickadd
/ isReservedWindowsDeviceName
Function
isReservedWindowsDeviceName
src/utils/pathValidation.ts:37–39 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
35
]);
36
37
export
function
isReservedWindowsDeviceName(name: string): boolean {
38
return
RESERVED_WINDOWS_DEVICE_NAMES.has(name.toUpperCase());
39
}
Callers
3
transformCase
Function · 0.90
validateFolderSegment
Function · 0.90
validateSegment
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected