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

Function my_assert

test/signal/test-signalhandler.cpp:41–44  ·  view source on GitHub ↗

static*/

Source from the content-addressed store, hash-verified

39// static functions are omitted from trace
40
41/*static*/ NORETURN void my_assert() // NOLINT(misc-use-internal-linkage)
42{
43 assert(false);
44}
45
46/*static*/ NORETURN void my_abort() // NOLINT(misc-use-internal-linkage)
47{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected