Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ addReplyProtoCString
Function
addReplyProtoCString
src/networking.cpp:489–491 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
487
}
488
489
void addReplyProtoCString(client *c, const char *s) {
490
addReplyProto(c, s, strlen(s));
491
}
492
493
std::string escapeString(sds str)
494
{
Callers
nothing calls this directly
Calls
1
addReplyProto
Function · 0.85
Tested by
no test coverage detected