MCPcopy Create free account
hub / github.com/WheretIB/nullc / k

Function k

tests/TestOverload.cpp:192–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190Foo a, b;\r\n\
191a.x = 1;\r\n\
192b.x = 0;\r\n\
193\r\n\
194Foo k(){ assert(0); return Foo(); } // never called!\r\n\
195\r\n\
196assert(a || k());\r\n\
197assert(!(b && k()));\r\n\

Callers

nothing calls this directly

Calls 2

assertFunction · 0.85
FooFunction · 0.70

Tested by

no test coverage detected