Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ Bar
Class
Bar
test/src/helloworld_virtual.cpp:10–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
};
9
10
class Bar : public Foo {
11
public:
12
virtual void bar() {
13
printf(
"Bar!\n"
);
14
}
15
};
16
17
class Baz : public Bar {
18
public:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected