MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / f

Function f

tests/Issue331.cpp:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#define foo(x) do { return (x); } while (0)
2
3int f(int num)
4{
5 if (num > 0)
6 foo(num);
7 else
8 return num * num;
9}

Callers

nothing calls this directly

Calls 1

fooFunction · 0.70

Tested by

no test coverage detected