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

Function moduleClusterLoadCallback

src/db.cpp:2629–2632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2627}
2628
2629void moduleClusterLoadCallback(const char * rgchKey, size_t cchKey, void *data) {
2630 clusterStorageLoadCallback(rgchKey, cchKey, data);
2631 moduleLoadCallback(rgchKey, cchKey, data);
2632}
2633
2634void redisDb::initialize(int id)
2635{

Callers

nothing calls this directly

Calls 2

moduleLoadCallbackFunction · 0.85

Tested by

no test coverage detected