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

Method get

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

Source from the content-addressed store, hash-verified

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

Callers 15

jsonFunction · 0.45
authenticator.cppFile · 0.45
authenticateMethod · 0.45
finalizeMethod · 0.45
processMethod · 0.45
streamMethod · 0.45
readFunction · 0.45
writeFunction · 0.45
spliceFunction · 0.45
redirectFunction · 0.45
FDMethod · 0.45
cleanupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected