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

Method argv_len_sum

src/networking.cpp:228–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228size_t client::argv_len_sum() const {
229 size_t sum = 0;
230 for (auto &cmd : vecqueuedcmd)
231 sum += cmd.argv_len_sum;
232 return sum + argv_len_sumActive;
233}
234
235/* This function puts the client in the queue of clients that should write
236 * their output buffers to the socket. Note that it does not *yet* install

Callers 3

catClientInfoStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected