MCPcopy Create free account
hub / github.com/Vector35/debugger / bar

Method bar

test/src/helloworld_virtual.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10class Bar : public Foo {
11public:
12 virtual void bar() {
13 printf("Bar!\n");
14 }
15};
16
17class Baz : public Bar {

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected