Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ ~Base
Method
~Base
tests/EduCfrontVtable5Test.cpp:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
class Base {
6
public:
7
virtual ~Base() { puts(
"~Base"
); }
8
};
9
10
class Derived : public Base {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected