Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ B
Class
B
tests/EduCfrontVtable2Test.cpp:11–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
};
10
11
class B {
12
public:
13
int b;
14
virtual void w() { puts(
"B->w"
); }
15
};
16
17
class C : public A, public B {
18
public:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected