MCPcopy 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
489void addReplyProtoCString(client *c, const char *s) {
490 addReplyProto(c, s, strlen(s));
491}
492
493std::string escapeString(sds str)
494{

Callers

nothing calls this directly

Calls 1

addReplyProtoFunction · 0.85

Tested by

no test coverage detected