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

Method Fun

tests/EduCfrontVtable3Test.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5struct A {
6 double md;
7 virtual void Fun() { puts("fun a"); }
8};
9
10struct B : A {

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected