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

Function fun

tests/Issue501.cpp:6–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4static int s1;
5static int s2;
6std::pair<int const&, int const&> fun() { return std::make_pair(s1, s2);
7}

Callers 2

mainFunction · 0.70
testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected