MCPcopy 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
286bool Marshaller::isNullOrUndefined(int index) {
287 return getOrUndefinedAsRef(index).isNullOrUndefined();
288}
289
290bool Marshaller::isError(int index) {
291 return getOrUndefinedAsRef(index).isError();

Callers 1

getMapPropertyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected