Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Set
Method
Set
tests/StaticHandlerTest.cpp:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
int Get() const { return mX;}
11
void Set(int x) { mX = x;}
12
13
private:
14
Singleton() = default;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected