MCPcopy Create free account
hub / github.com/RPISEC/MBE / dismiss

Method dismiss

src/lecture/cpp/cpp_lec01.cpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18class Baz : public Bar {
19public:
20 void dismiss() { printf("Baz says bye \n"); }
21 void me() { printf("Baz is best\n"); }
22};
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected