Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ getMaxWeight
Method
getMaxWeight
valdi/src/valdi/runtime/Resources/KeyValueStore.cpp:99–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
uint64_t KeyValueStore::getMaxWeight() const {
100
return _maxWeight;
101
}
102
103
std::vector<std::pair<StringBox, KeyValueStoreEntry>> KeyValueStore::collectEntries() {
104
std::vector<std::pair<StringBox, KeyValueStoreEntry>> entries;
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36