Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Fun
Method
Fun
tests/EduCfrontVtable6Test.cpp:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
struct C : A, B {
16
int mB{8};
17
void Fun() { puts(
"C::Fun"
); }
18
};
19
20
int main()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected