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