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

Method snapshot_depth

src/snapshot.cpp:631–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629}
630
631int redisDbPersistentDataSnapshot::snapshot_depth() const
632{
633 if (m_pdbSnapshot)
634 return m_pdbSnapshot->snapshot_depth() + 1;
635 return 0;
636}
637
638bool redisDbPersistentDataSnapshot::FStale() const
639{

Callers 2

slotToKeyUpdateKeyCoreFunction · 0.80
genRedisInfoStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected