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

Class foo

test/rectrace.cpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48namespace titi {
49
50struct foo {
51
52 union bar {
53 NOINLINE static int trampoline(stacktrace_t &st, int level) {
54 return rec(st, level);
55 }
56 };
57};
58
59} // namespace titi
60

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected