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

Function handleFatalError

valdi_core/src/valdi_core/cpp/Utils/ReferenceTable.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46static void handleFatalError(const std::string& message) {
47 SC_ABORT(message);
48}
49
50bool ReferenceTableEntry::operator==(const ReferenceTableEntry& other) const {
51 return id == other.id && retainCount == other.retainCount && tag == other.tag;

Callers 2

toEntryIndexMethod · 0.70
checkEntryMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected