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

Function slotToKeyAdd

src/db.cpp:2497–2499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2495}
2496
2497void slotToKeyAdd(sds key) {
2498 slotToKeyUpdateKey(key,1);
2499}
2500
2501void slotToKeyDel(sds key) {
2502 slotToKeyUpdateKey(key,0);

Callers 1

dbAddCoreFunction · 0.85

Calls 1

slotToKeyUpdateKeyFunction · 0.85

Tested by

no test coverage detected