Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
25
public:
26
int get() const { return value; }
27
void set(int _value) { value = _value; }
28
29
private:
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected