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

Function FFastSyncEnabled

src/server.h:3975–3977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3973}
3974
3975inline bool FFastSyncEnabled() {
3976 return g_pserver->fEnableFastSync && !g_pserver->fActiveReplica;
3977}
3978
3979inline int FCorrectThread(client *c)
3980{

Callers 4

syncCommandFunction · 0.85
replconfCommandFunction · 0.85
syncWithMasterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected