Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
void ExceptionTracker::clearError() {
55
if (!_isEmpty) {
56
onClearError();
57
_isEmpty = true;
58
}
59
}
60
61
void ExceptionTracker::assertEmpty() const {
62
if (!_isEmpty) {
Callers
15
clear
Method · 0.80
RegisteredCppGeneratedClass.cpp
File · 0.80
onUnhandledRejectedPromise
Method · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
dumpMemoryStatistics
Method · 0.80
hasObjectProperty
Method · 0.80
isValueUndefined
Method · 0.80
isValueNull
Method · 0.80
isValueFunction
Method · 0.80
isValueNumber
Method · 0.80
isValueEqual
Method · 0.80
Calls
no outgoing calls
Tested by
3
onUnhandledRejectedPromise
Method · 0.64
TEST
Function · 0.64
TEST
Function · 0.64