MCPcopy 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
39X f8(bool x, int y)
40{
41 if( x || y == 2) {
42 return X(y);
43 }
44
45 return X();
46}
47
48int main()
49{

Callers 1

mainFunction · 0.85

Calls 1

XClass · 0.70

Tested by

no test coverage detected