Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
namespace Valdi {
11
12
ValueMapIterator::ValueMapIterator(Ref<ValueMap> map) : _map(std::move(map)) {
13
_it = _map->begin();
14
}
15
16
ValueMapIterator::~ValueMapIterator() = default;
17
Callers
nothing calls this directly
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected