MCPcopy Create free account
hub / github.com/apache/kvrocks / SetPrefixLogData

Method SetPrefixLogData

src/cluster/batch_sender.cc:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void BatchSender::SetPrefixLogData(const std::string &prefix_logdata) { prefix_logdata_ = prefix_logdata; }
67
68Status BatchSender::Send() {
69 if (pending_entries_ == 0) {

Callers 1

sendSnapshotByRawKVMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected