Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
class Bar : public Foo {
11
public:
12
virtual void bar() {
13
printf(
"Bar!\n"
);
14
}
15
};
16
17
class Baz : public Bar {
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected