Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bombela/backward-cpp
/ main
Function
main
test_package/main.cpp:40–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
int main() {
41
try {
42
f(0);
43
} catch (const TracedException &ex) {
44
std::cout << ex.what();
45
}
46
}
Callers
nothing calls this directly
Calls
2
f
Function · 0.85
what
Method · 0.80
Tested by
no test coverage detected