Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
803
bool Value::isFunction() const noexcept {
804
return _type == ValueType::Function;
805
}
806
807
bool Value::isTypedObject() const noexcept {
808
return _type == ValueType::TypedObject;
Callers
12
doCall
Method · 0.45
createValueMarshallerForSchema
Method · 0.45
getJavaTypeSignatureFromValueSchema
Function · 0.45
TEST_P
Function · 0.45
TEST_P
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
getSchemaForInterfacePropertyUnmarshaller
Method · 0.45
registerInterfaceClassDelegate
Method · 0.45
resolveParentContext
Function · 0.45
disableCallIfContextIsDestroyed
Function · 0.45
flushAnimations
Method · 0.45
Calls
no outgoing calls
Tested by
4
TEST_P
Function · 0.36
TEST_P
Method · 0.36
TEST
Function · 0.36
TEST
Function · 0.36