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

Method isFunction

valdi_core/src/valdi_core/cpp/Utils/Value.cpp:803–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

801}
802
803bool Value::isFunction() const noexcept {
804 return _type == ValueType::Function;
805}
806
807bool Value::isTypedObject() const noexcept {
808 return _type == ValueType::TypedObject;

Callers 12

doCallMethod · 0.45
TEST_PFunction · 0.45
TEST_PMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
resolveParentContextFunction · 0.45
flushAnimationsMethod · 0.45

Calls

no outgoing calls

Tested by 4

TEST_PFunction · 0.36
TEST_PMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36