MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Get

Method Get

tests/StaticHandler3Test.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
12private:

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected