MCPcopy Create free account
hub / github.com/bombela/backward-cpp / f

Function f

test_package/main.cpp:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29};
30
31void f(int i) {
32 if (i >= 42) {
33 throw TracedException();
34 } else {
35 std::cout << "i=" << i << "\n";
36 f(i + 1);
37 }
38}
39
40int main() {
41 try {

Callers 1

mainFunction · 0.85

Calls 1

TracedExceptionClass · 0.85

Tested by

no test coverage detected