Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ dictDisableResize
Function
dictDisableResize
src/dict.cpp:1432–1434 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1430
}
1431
1432
void dictDisableResize(void) {
1433
dict_can_resize = 0;
1434
}
1435
1436
uint64_t dictGetHash(dict *d, const void *key) {
1437
return dictHashKey(d, key);
Callers
1
updateDictResizePolicy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected