Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ ChangePrivate
Function
ChangePrivate
tests/FriendDeclTest.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
};
21
22
void ChangePrivate(Foo& i)
23
{
24
++i.mI;
25
}
26
27
class DearFriend : public Foo::Secrect
28
{};
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected