MCPcopy 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

310class TestMap : public ValdiObject, public ValueConvertible {
311public:
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

reserveMethod · 0.45

Tested by

no test coverage detected