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

Function FInReplicaReplay

src/replication.cpp:5351–5354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5349static thread_local std::unique_ptr<ReplicaNestState> s_pstate;
5350
5351bool FInReplicaReplay()
5352{
5353 return s_pstate != nullptr && s_pstate->nesting() > 0;
5354}
5355
5356struct RemoteMasterState
5357{

Callers 3

execCommandFunction · 0.85
streamPropagateXCLAIMFunction · 0.85
processCommandFunction · 0.85

Calls 1

nestingMethod · 0.80

Tested by

no test coverage detected