MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / my_func_2

Function my_func_2

test/signal/test-stacktrace.cpp:28–31  ·  view source on GitHub ↗

static*/

Source from the content-addressed store, hash-verified

26// static functions are omitted from trace
27
28/*static*/ void my_func_2() // NOLINT(misc-use-internal-linkage)
29{
30 print_stacktrace(stdout, 0, true, -1, true);
31}
32
33/*static*/ void my_func() // NOLINT(misc-use-internal-linkage)
34{

Callers 1

my_funcFunction · 0.85

Calls 1

print_stacktraceFunction · 0.85

Tested by

no test coverage detected