Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Apple
Method
Apple
tests/EduCfrontTest8.cpp:13–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
12
public:
13
Apple(int x, int y)
14
: mX(x)
15
, mY{y}
16
{
17
printf(
"Apple\n"
);
18
}
19
20
~Apple() { printf(
"~Apple\n"
); }
21
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected