Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Get
Method
Get
docs/cmdl-examples/edu-show-cfront.cpp:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
void Set(int x) { mX = x; }
45
int Get() const { return mX; }
46
47
private:
48
int mX{};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected