Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Fun
Method
Fun
tests/EduCfrontVtable7Test.cpp:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
double md;
7
virtual ~Fruit() { puts(
"~Fruit"
); }
8
virtual void Fun() { puts(
"Fruit's Fun"
); }
9
};
10
11
struct Apple : Fruit {
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected