Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
export
function
setCaseSensitivePaths(sensitive: boolean) {
22
isCaseSensitive = sensitive;
23
}
24
25
export
function
getCaseSensitivePaths() {
26
return
isCaseSensitive;
Callers
2
urlUtils.test.ts
File · 0.90
node-source-path-resolver.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected