MCPcopy 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
12private:
13 Singleton() = default;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected