Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
229
inline bool FSimpleJsonEscapeCh(char ch) {
230
return (ch ==
'"'
|| ch ==
'\\'
);
231
}
232
inline bool FExtendedJsonEscapeCh(char ch) {
233
return ch <= 0x1F;
234
}
Callers
1
writeJsonValue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected