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