MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / FExtendedJsonEscapeCh

Function FExtendedJsonEscapeCh

src/t_nhash.cpp:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 return (ch == '"' || ch == '\\');
231}
232inline bool FExtendedJsonEscapeCh(char ch) {
233 return ch <= 0x1F;
234}
235
236sds writeJsonValue(sds output, const char *valIn, size_t cchIn) {
237 const char *val = valIn;

Callers 1

writeJsonValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected