MCPcopy Create free account
hub / github.com/dillo-browser/dillo / assertNotReached

Function assertNotReached

lout/misc.hh:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54void init (int argc, char *argv[]);
55
56inline void assertNotReached ()
57{
58 fprintf (stderr, "*** [%s] This should not happen! ***\n", prgName);
59 abort ();
60}
61
62inline void assertNotReached (const char *fmt, ...)
63{

Callers 15

equalsMethod · 0.85
cloneMethod · 0.85
indexMethod · 0.85
deletedMethod · 0.85
parseValueMethod · 0.85
getOOFMIndexMethod · 0.85
isOOFContainerMethod · 0.85
getWidgetAtPointLevelMethod · 0.85
emitToReceiverMethod · 0.85
processMouseEventMethod · 0.85
isBreakAllowedMethod · 0.85
getGeneratorXMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected