Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ escapeQuery
Function
escapeQuery
npm_modules/cli/src/utils/BazelClient.ts:40–42 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
38
}
39
40
function
escapeQuery(str: string): string {
41
return
str.replaceAll(
'"'
,
'\\"'
);
42
}
43
44
export
class
BazelLabel {
45
constructor(
Callers
2
query
Method · 0.85
graphQuery
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected