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

Method clearError

valdi_core/src/valdi_core/cpp/Utils/ExceptionTracker.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void ExceptionTracker::clearError() {
55 if (!_isEmpty) {
56 onClearError();
57 _isEmpty = true;
58 }
59}
60
61void ExceptionTracker::assertEmpty() const {
62 if (!_isEmpty) {

Callers 15

clearMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
dumpMemoryStatisticsMethod · 0.80
hasObjectPropertyMethod · 0.80
isValueUndefinedMethod · 0.80
isValueNullMethod · 0.80
isValueFunctionMethod · 0.80
isValueNumberMethod · 0.80
isValueEqualMethod · 0.80

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.64
TESTFunction · 0.64