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

Method begin

valdi_core/src/valdi_core/cpp/Utils/ReferenceInfo.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103const ReferenceInfo::Component* ReferenceInfo::begin() const {
104 return _components.data();
105}
106
107const ReferenceInfo::Component* ReferenceInfo::end() const {
108 size_t endIndex = _components.size();

Callers 1

assignReferenceInfoFunction · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected