Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ B
Class
B
tests/EduCfrontVtable4Test.cpp:12–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
};
11
12
struct B : A {
13
int mX{5};
14
void Fun() { printf(
"fun b: %d\n"
, mX); }
15
16
virtual void Other() {}
17
};
18
19
struct C : B {
20
int mB{8};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected