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