Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ f8
Function
f8
tests/TemporaryHandler2Test.cpp:39–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
39
X f8(bool x, int y)
40
{
41
if( x || y == 2) {
42
return X(y);
43
}
44
45
return X();
46
}
47
48
int main()
49
{
Callers
1
main
Function · 0.85
Calls
1
X
Class · 0.70
Tested by
no test coverage detected