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

Method redisDbPersistentData

src/db.cpp:3128–3130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3126}
3127
3128redisDbPersistentData::redisDbPersistentData() {
3129 m_dictChanged = dictCreate(&dictChangeDescType, nullptr);
3130}
3131
3132void redisDbPersistentData::trackChanges(bool fBulk, size_t sizeHint)
3133{

Callers

nothing calls this directly

Calls 1

dictCreateFunction · 0.70

Tested by

no test coverage detected