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

Method withProperty

valdi_core/src/valdi_core/cpp/Utils/ReferenceInfo.cpp:233–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233ReferenceInfoBuilder ReferenceInfoBuilder::withProperty(const StringBox& property) const {
234 return ReferenceInfoBuilder(*this, Type::Property, &property, 0);
235}
236
237ReferenceInfoBuilder ReferenceInfoBuilder::withArrayIndex(size_t index) const {
238 return ReferenceInfoBuilder(*this, Type::ArrayItem, nullptr, index);

Callers 15

putMapPropertyMethod · 0.80
unmarshallMethod · 0.80
visitMethod · 0.80
unmarshallMethod · 0.80
unmarshallMethod · 0.80
doUnmarshallMethod · 0.80
marshallTypedObjectMethod · 0.80
TESTFunction · 0.80
valueToJSValueFunction · 0.80
visitPropertyNameMethod · 0.80

Calls 1

Tested by 1

TESTFunction · 0.64