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

Method Get

tests/StaticHandlerTest.cpp:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 static Singleton& Instance();
9
10 int Get() const { return mX;}
11 void Set(int x) { mX = x;}
12
13private:

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected