MCPcopy Create free account
hub / github.com/Snapchat/Valdi / resetCaseSensitivePaths

Function resetCaseSensitivePaths

valdi/vscode_debugger/src/common/urlUtils.ts:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15let isCaseSensitive = process.platform !== 'win32';
16
17export function resetCaseSensitivePaths() {
18 isCaseSensitive = process.platform !== 'win32';
19}
20
21export function setCaseSensitivePaths(sensitive: boolean) {
22 isCaseSensitive = sensitive;

Callers 2

urlUtils.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected