MCPcopy 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
99uint64_t KeyValueStore::getMaxWeight() const {
100 return _maxWeight;
101}
102
103std::vector<std::pair<StringBox, KeyValueStoreEntry>> KeyValueStore::collectEntries() {
104 std::vector<std::pair<StringBox, KeyValueStoreEntry>> entries;

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36