Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ onError
Method
onError
valdi_core/src/valdi_core/cpp/Utils/ExceptionTracker.cpp:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
void ExceptionTracker::onError(const Error& error) {
21
onError(Error(error));
22
}
23
24
void ExceptionTracker::onError(Error&& error) {
25
if (_isEmpty) {
Callers
nothing calls this directly
Calls
6
getError
Function · 0.85
getGlobal
Function · 0.85
rethrow
Method · 0.80
makeString
Method · 0.80
Error
Class · 0.70
onError
Function · 0.50
Tested by
no test coverage detected