MCPcopy Create free account
hub / github.com/apache/mesos / get

Method get

3rdparty/libprocess/src/tests/shared_tests.cpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24{
25public:
26 int get() const { return value; }
27 void set(int _value) { value = _value; }
28
29private:

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected