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

Method withObject

valdi_core/src/valdi_core/cpp/Utils/ReferenceInfo.cpp:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 _isFunction(isFunction) {}
228
229ReferenceInfoBuilder ReferenceInfoBuilder::withObject(const StringBox& object) const {
230 return ReferenceInfoBuilder(*this, Type::Object, &object, 0);
231}
232
233ReferenceInfoBuilder ReferenceInfoBuilder::withProperty(const StringBox& property) const {
234 return ReferenceInfoBuilder(*this, Type::Property, &property, 0);

Callers 15

fromObjectNamedMethod · 0.80
TEST_PFunction · 0.80
TESTFunction · 0.80
getGlobalOnMessageFunction · 0.80
makeReferenceInfoFunction · 0.80
setJsContextHandlerMethod · 0.80
doOnCreateMethod · 0.80
doOnViewModelUpdateMethod · 0.80
bindRuntimeFunctionMethod · 0.80

Calls 1

Tested by 2

TEST_PFunction · 0.64
TESTFunction · 0.64