MCPcopy Create free account
hub / github.com/devsisters/libquic / EscapeJSONString

Function EscapeJSONString

src/base/json/string_escape.cc:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115} // namespace
116
117bool EscapeJSONString(const StringPiece& str,
118 bool put_in_quotes,
119 std::string* dest) {
120 return EscapeJSONStringImpl(str, put_in_quotes, dest);
121}
122
123bool EscapeJSONString(const StringPiece16& str,
124 bool put_in_quotes,

Callers 2

ToJSONMethod · 0.85
BuildJSONStringMethod · 0.85

Calls 1

EscapeJSONStringImplFunction · 0.85

Tested by

no test coverage detected