Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ isUndefined
Method
isUndefined
valdi_core/src/valdi_core/cpp/Utils/Value.cpp:751–753 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
749
}
750
751
bool Value::isUndefined() const noexcept {
752
return _type == ValueType::Undefined;
753
}
754
755
bool Value::isNullOrUndefined() const noexcept {
756
return isNull() || isUndefined();
Callers
15
unmarshall
Method · 0.45
operator<
Method · 0.45
toValueMap
Method · 0.45
TEST_P
Method · 0.45
TEST
Function · 0.45
getAccessibilityCategory
Method · 0.45
getAccessibilityNavigation
Method · 0.45
getResolvedProcessedValue
Method · 0.45
doParse
Function · 0.45
preprocessWithoutCache
Method · 0.45
bind
Method · 0.45
jsObjectToValue
Function · 0.45
Calls
no outgoing calls
Tested by
2
TEST_P
Method · 0.36
TEST
Function · 0.36