Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2497
void slotToKeyAdd(sds key) {
2498
slotToKeyUpdateKey(key,1);
2499
}
2500
2501
void slotToKeyDel(sds key) {
2502
slotToKeyUpdateKey(key,0);
Callers
1
dbAddCore
Function · 0.85
Calls
1
slotToKeyUpdateKey
Function · 0.85
Tested by
no test coverage detected