Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ dictEnableResize
Function
dictEnableResize
src/dict.cpp:1428–1430 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1426
}
1427
1428
void dictEnableResize(void) {
1429
dict_can_resize = 1;
1430
}
1431
1432
void dictDisableResize(void) {
1433
dict_can_resize = 0;
Callers
1
updateDictResizePolicy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected