Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ TestMap
Method
TestMap
valdi/test/runtime/ValueMarshallerRegistry_tests.cpp:312–314 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
310
class TestMap : public ValdiObject, public ValueConvertible {
311
public:
312
explicit TestMap(size_t capacity) {
313
_map.reserve(capacity);
314
}
315
~TestMap() override = default;
316
317
const FlatMap<Value, Value>& getMap() const {
Callers
nothing calls this directly
Calls
1
reserve
Method · 0.45
Tested by
no test coverage detected