Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
static int s1;
5
static int s2;
6
std::pair<int const&, int const&> fun() { return std::make_pair(s1, s2);
7
}
Callers
2
main
Function · 0.70
test
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected