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

Method withParameter

valdi_core/src/valdi_core/cpp/Utils/ReferenceInfo.cpp:241–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241ReferenceInfoBuilder ReferenceInfoBuilder::withParameter(size_t index) const {
242 return ReferenceInfoBuilder(*this, Type::ParameterValue, nullptr, index);
243}
244
245ReferenceInfoBuilder ReferenceInfoBuilder::asFunction() const {
246 return ReferenceInfoBuilder(_parent, _referenceInfo, _type, _name, _index, true);

Callers 13

forwardCallMethod · 0.80
unmarshallParametersMethod · 0.80
TESTFunction · 0.80
doCallMethod · 0.80
getParameterAsValueMethod · 0.80
runtimeCreateContextMethod · 0.80
runtimeLoadModuleMethod · 0.80
updateErrorHandlerFunction · 0.80

Calls 1

Tested by 1

TESTFunction · 0.64