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

Method mvccCheckpoint

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

Source from the content-addressed store, hash-verified

1291 const expireEntry *getExpire(robj_roptr key) const { return getExpire(szFromObj(key)); }
1292
1293 uint64_t mvccCheckpoint() const { return m_mvccCheckpoint; }
1294
1295 bool FStale() const;
1296

Callers 2

lookupKeyReadFunction · 0.80
createSnapshotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected