Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/FriendDeclTest.cpp:31–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
31
int main()
32
{
33
Foo sPoint;
34
sPoint.Print();
35
ChangePrivate(sPoint);
36
sPoint.Print();
37
}
Callers
nothing calls this directly
Calls
2
ChangePrivate
Function · 0.85
Print
Method · 0.45
Tested by
no test coverage detected