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

Method Fruit

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

Source from the content-addressed store, hash-verified

5class Fruit {
6public:
7 Fruit()
8 {
9 Print();
10 }
11
12 virtual ~Fruit() { Print(); }
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected