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

Function setCaseSensitivePaths

valdi/vscode_debugger/src/common/urlUtils.ts:21–23  ·  view source on GitHub ↗
(sensitive: boolean)

Source from the content-addressed store, hash-verified

19}
20
21export function setCaseSensitivePaths(sensitive: boolean) {
22 isCaseSensitive = sensitive;
23}
24
25export function getCaseSensitivePaths() {
26 return isCaseSensitive;

Callers 2

urlUtils.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected