MCPcopy Create free account
hub / github.com/Snapchat/Valdi / ValueMapIterator

Method ValueMapIterator

valdi_core/src/valdi_core/cpp/Utils/ValueMapIterator.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace Valdi {
11
12ValueMapIterator::ValueMapIterator(Ref<ValueMap> map) : _map(std::move(map)) {
13 _it = _map->begin();
14}
15
16ValueMapIterator::~ValueMapIterator() = default;
17

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected