MCPcopy 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
37export function isReservedWindowsDeviceName(name: string): boolean {
38 return RESERVED_WINDOWS_DEVICE_NAMES.has(name.toUpperCase());
39}

Callers 3

transformCaseFunction · 0.90
validateFolderSegmentFunction · 0.90
validateSegmentFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected