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

Method Set

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

Source from the content-addressed store, hash-verified

9
10 int Get() const { return mX;}
11 void Set(int x) { mX = x;}
12
13private:
14 Singleton() = default;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected