MCPcopy 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
22void ChangePrivate(Foo& i)
23{
24 ++i.mI;
25}
26
27class DearFriend : public Foo::Secrect
28{};

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected