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

Method FPendingReplicaWrite

src/server.h:1705–1707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1703 size_t argv_len_sumActive = 0;
1704
1705 bool FPendingReplicaWrite() const {
1706 return repl_curr_off != repl_end_off && replstate == SLAVE_STATE_ONLINE;
1707 }
1708
1709 // post a function from a non-client thread to run on its client thread
1710 bool postFunction(std::function<void(client *)> fn, bool fLock = true);

Callers 2

clientHasPendingRepliesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected