Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/EduCfrontReferencesTest.cpp:19–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
};
18
19
int main()
20
{
21
int i{4};
22
int& ri = i;
23
24
++ri;
25
26
int& ru{i};
27
++ru;
28
29
int& f = Fun(i);
30
31
ri += 2;
32
33
Fun(ru);
34
35
A a{i};
36
}
Callers
nothing calls this directly
Calls
1
Fun
Function · 0.70
Tested by
no test coverage detected