Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
190
Foo a, b;\r\n\
191
a.x = 1;\r\n\
192
b.x = 0;\r\n\
193
\r\n\
194
Foo k(){ assert(0); return Foo(); } // never called!\r\n\
195
\r\n\
196
assert(a || k());\r\n\
197
assert(!(b && k()));\r\n\
Callers
nothing calls this directly
Calls
2
assert
Function · 0.85
Foo
Function · 0.70
Tested by
no test coverage detected