Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/EduLifeTimeTest8.cpp:8–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
}
7
8
int main()
9
{
10
const int& cref = Fun(42);
11
12
int x = cref;
13
return cref;
14
}
Callers
nothing calls this directly
Calls
1
Fun
Function · 0.70
Tested by
no test coverage detected