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

Function FSimpleJsonEscapeCh

src/t_nhash.cpp:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229inline bool FSimpleJsonEscapeCh(char ch) {
230 return (ch == '"' || ch == '\\');
231}
232inline bool FExtendedJsonEscapeCh(char ch) {
233 return ch <= 0x1F;
234}

Callers 1

writeJsonValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected