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

Method Set

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

Source from the content-addressed store, hash-verified

37
38 int Get() const { return mX;}
39 void Set(int x) { mX = x;}
40
41 Bingleton() = default;
42 ~Bingleton(){}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected