MCPcopy 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
84std::string Error::toString() const {
85 return toString(true);
86}
87
88std::string Error::toString(bool includeCauses) const {
89 if (_storage == nullptr) {

Callers

nothing calls this directly

Calls 4

toStringFunction · 0.50
emptyMethod · 0.45
toStringViewMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected