Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ isBool
Method
isBool
valdi_core/src/valdi_core/cpp/Utils/Value.cpp:759–761 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
757
}
758
759
bool Value::isBool() const noexcept {
760
return _type == ValueType::Bool;
761
}
762
763
bool Value::isDouble() const noexcept {
764
return _type == ValueType::Double;
Callers
10
SwiftValdiMarshaller_IsBool
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
valueToBool
Method · 0.80
valueToDouble
Method · 0.80
getValueType
Method · 0.80
toJSValueRef
Method · 0.80
makePressShouldBeginListener
Function · 0.80
makeMoveShouldBeginListener
Function · 0.80
deserializeTestCases
Function · 0.80
Calls
no outgoing calls
Tested by
3
TEST
Function · 0.64
TEST
Function · 0.64
deserializeTestCases
Function · 0.64