Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ main
Function
main
test/signal/test-stacktrace.cpp:39–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
#endif
38
39
int main()
40
{
41
#ifdef USE_UNIX_BACKTRACE_SUPPORT
42
my_func();
43
44
return 0;
45
#else
46
return 1;
47
#endif
48
}
Callers
nothing calls this directly
Calls
1
my_func
Function · 0.85
Tested by
no test coverage detected