MCPcopy 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
40function escapeQuery(str: string): string {
41 return str.replaceAll('"', '\\"');
42}
43
44export class BazelLabel {
45 constructor(

Callers 2

queryMethod · 0.85
graphQueryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected