MCPcopy Create free account
hub / github.com/3rdparty/libprocess / set

Method set

src/tests/owned_tests.cpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

cleanupFunction · 0.45
finalizeMethod · 0.45
closeMethod · 0.45
writeMethod · 0.45
disconnectMethod · 0.45
_readMethod · 0.45
serveFunction · 0.45
foreachFunction · 0.45
set_io_promiseFunction · 0.45
read_internalFunction · 0.45
write_internalFunction · 0.45
acceptFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected