| 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); |
no outgoing calls
no test coverage detected