Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ toString
Method
toString
valdi_core/src/valdi_core/cpp/Utils/Error.cpp:84–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
std::string Error::toString() const {
85
return toString(true);
86
}
87
88
std::string Error::toString(bool includeCauses) const {
89
if (_storage == nullptr) {
Callers
nothing calls this directly
Calls
4
toString
Function · 0.50
empty
Method · 0.45
toStringView
Method · 0.45
isEmpty
Method · 0.45
Tested by
no test coverage detected