MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Fun

Method Fun

tests/EduCfrontVtable6Test.cpp:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 int mX{5};
11
12 virtual void Fun() { puts("B::Fun"); }
13};
14
15struct C : A, B {

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected