Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
167
bool Error::isEmpty() const {
168
return _storage == nullptr;
169
}
170
171
int32_t Error::getErrorCode() const noexcept {
172
return _storage != nullptr ? _storage->errorCode : 0;
Callers
14
hasStack
Method · 0.45
toString
Method · 0.45
flatten
Method · 0.45
assertEmpty
Method · 0.45
URL
Method · 0.45
assignComponent
Function · 0.45
toAbsolutePath
Method · 0.45
getPreferredLocales
Method · 0.45
RegisteredCppGeneratedClass.cpp
File · 0.45
createInternedString
Function · 0.45
appendSingle
Method · 0.45
empty
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected