Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Get
Method
Get
tests/EduCfrontTest.cpp:18–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
void Set(int x) { mX = x; }
18
int Get() const { return mX; }
19
20
private:
21
int mX{};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected