Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ A
Class
A
tests/EduCfrontReferencesTest.cpp:8–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
}
7
8
class A
9
{
10
int& r;
11
12
public:
13
A(int& _r)
14
: r{_r}
15
{
16
}
17
};
18
19
int main()
20
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected