Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ isNullOrUndefined
Method
isNullOrUndefined
valdi_core/src/valdi_core/cpp/Utils/Value.cpp:755–757 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
753
}
754
755
bool Value::isNullOrUndefined() const noexcept {
756
return isNull() || isUndefined();
757
}
758
759
bool Value::isBool() const noexcept {
760
return _type == ValueType::Bool;
Callers
7
unmarshall
Method · 0.45
unmarshall
Method · 0.45
unmarshallOptional
Function · 0.45
unmarshallOptionalPtr
Function · 0.45
unmarshall
Method · 0.45
SwiftValdiMarshaller_IsNullOrUndefined
Function · 0.45
javaResultFromPlatformResult
Function · 0.45
Calls
1
isUndefined
Function · 0.50
Tested by
no test coverage detected