Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Fun
Method
Fun
tests/EduCfrontVtable4Test.cpp:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
struct C : B {
20
int mB{8};
21
void Fun() { printf(
"fun c: %d\n"
, mB); }
22
23
virtual void Other() {}
24
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected