Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ A
Class
A
tests/EduCfrontVtable3Test.cpp:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include <cstdio>
4
5
struct A {
6
double md;
7
virtual void Fun() { puts(
"fun a"
); }
8
};
9
10
struct B : A {
11
int mX{5};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected