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