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

Method withArrayIndex

valdi_core/src/valdi_core/cpp/Utils/ReferenceInfo.cpp:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237ReferenceInfoBuilder ReferenceInfoBuilder::withArrayIndex(size_t index) const {
238 return ReferenceInfoBuilder(*this, Type::ArrayItem, nullptr, index);
239}
240
241ReferenceInfoBuilder ReferenceInfoBuilder::withParameter(size_t index) const {
242 return ReferenceInfoBuilder(*this, Type::ParameterValue, nullptr, index);

Callers 7

unmarshallMethod · 0.80
marshallMethod · 0.80
TESTFunction · 0.80
valueToJSValueFunction · 0.80
jsArrayToValueFunction · 0.80

Calls 1

Tested by 1

TESTFunction · 0.64