Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ k
Function
k
tests/TestGenericType.cpp:2068–2070 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2066
Foo<int> a, b;\r\n\
2067
a.x = 1;\r\n\
2068
b.x = 0;\r\n\
2069
\r\n\
2070
Foo<int> k(){ assert(0); return Foo<int>(); } // never called!\r\n\
2071
\r\n\
2072
assert(a || k());\r\n\
2073
assert(!(b && k()));\r\n\
Callers
nothing calls this directly
Calls
1
assert
Function · 0.85
Tested by
no test coverage detected