Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
void BatchSender::SetPrefixLogData(const std::string &prefix_logdata) { prefix_logdata_ = prefix_logdata; }
67
68
Status BatchSender::Send() {
69
if (pending_entries_ == 0) {
Callers
1
sendSnapshotByRawKV
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected