Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Fun
Method
Fun
tests/EduCfrontVtablePureFuncTest.cpp:14–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
struct B : A {
13
int mX{5};
14
void Fun() { printf(
"fun b: %d\n"
, mX); }
15
16
virtual void Other() {}
17
};
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected