Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
232
inline bool FExtendedJsonEscapeCh(char ch) {
233
return ch <= 0x1F;
234
}
235
236
sds writeJsonValue(sds output, const char *valIn, size_t cchIn) {
237
const char *val = valIn;
Callers
1
writeJsonValue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected