Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ ~Foo
Method
~Foo
test/src/helloworld_virtual.cpp:6–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
class Foo {
5
public:
6
virtual ~Foo() {}
7
virtual void bar() = 0;
8
};
9
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected