MCPcopy 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
31int main()
32{
33 Foo sPoint;
34 sPoint.Print();
35 ChangePrivate(sPoint);
36 sPoint.Print();
37}

Callers

nothing calls this directly

Calls 2

ChangePrivateFunction · 0.85
PrintMethod · 0.45

Tested by

no test coverage detected