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

Method Fun

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

Source from the content-addressed store, hash-verified

17struct C : B {
18 int mB{8};
19 void Fun() { printf("fun c: %d\n", mB); }
20
21 virtual void Other() {}
22};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected