Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5349
static thread_local std::unique_ptr<ReplicaNestState> s_pstate;
5350
5351
bool FInReplicaReplay()
5352
{
5353
return s_pstate != nullptr && s_pstate->nesting() > 0;
5354
}
5355
5356
struct RemoteMasterState
5357
{
Callers
3
execCommand
Function · 0.85
streamPropagateXCLAIM
Function · 0.85
processCommand
Function · 0.85
Calls
1
nesting
Method · 0.80
Tested by
no test coverage detected