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/Marshaller.cpp:286–288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
284
}
285
286
bool Marshaller::isNullOrUndefined(int index) {
287
return getOrUndefinedAsRef(index).isNullOrUndefined();
288
}
289
290
bool Marshaller::isError(int index) {
291
return getOrUndefinedAsRef(index).isError();
Callers
1
getMapProperty
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected