Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kong/httpsnippet
/ escapeForDoubleQuotes
Function
escapeForDoubleQuotes
src/helpers/escape.ts:88–88 ·
view source on GitHub ↗
(value: any)
Source
from the content-addressed store, hash-verified
86
* If value is not a string, it will be stringified with .toString() first.
87
*/
88
export
const
escapeForDoubleQuotes = (value: any) => escapeString(value, { delimiter:
'"'
});
Callers
15
client.ts
File · 0.90
client.ts
File · 0.90
client.ts
File · 0.90
client.ts
File · 0.90
client.ts
File · 0.90
client.ts
File · 0.90
client.ts
File · 0.90
client.ts
File · 0.90
client.ts
File · 0.90
client.ts
File · 0.90
client.ts
File · 0.90
client.ts
File · 0.90
Calls
1
escapeString
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…