MCPcopy 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
40int 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

fFunction · 0.85
whatMethod · 0.80

Tested by

no test coverage detected