Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Get
Method
Get
tests/StaticHandlerTest.cpp:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
public:
37
38
int Get() const { return mX;}
39
void Set(int x) { mX = x;}
40
41
Bingleton() = default;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected