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

Method asFunction

valdi_core/src/valdi_core/cpp/Utils/ReferenceInfo.cpp:245–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245ReferenceInfoBuilder ReferenceInfoBuilder::asFunction() const {
246 return ReferenceInfoBuilder(_parent, _referenceInfo, _type, _name, _index, true);
247}
248
249ReferenceInfoBuilder ReferenceInfoBuilder::withReturnValue() const {
250 return ReferenceInfoBuilder(*this, Type::ReturnValue, nullptr, 0);

Callers 9

unmarshallMethod · 0.80
marshallMethod · 0.80
TESTFunction · 0.80
valueToJSValueFunction · 0.80
jsFunctionToFunctionFunction · 0.80
bindRuntimeFunctionMethod · 0.80
makeRetainedCallbackMethod · 0.80

Calls 1

Tested by 1

TESTFunction · 0.64