MCPcopy Create free account
hub / github.com/Snapchat/Valdi / isEmpty

Method isEmpty

valdi_core/src/valdi_core/cpp/Utils/Error.cpp:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167bool Error::isEmpty() const {
168 return _storage == nullptr;
169}
170
171int32_t Error::getErrorCode() const noexcept {
172 return _storage != nullptr ? _storage->errorCode : 0;

Callers 14

hasStackMethod · 0.45
toStringMethod · 0.45
flattenMethod · 0.45
assertEmptyMethod · 0.45
URLMethod · 0.45
assignComponentFunction · 0.45
toAbsolutePathMethod · 0.45
getPreferredLocalesMethod · 0.45
createInternedStringFunction · 0.45
appendSingleMethod · 0.45
emptyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected