Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ get
Method
get
src/master/master.hpp:2054–2057 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2052
}
2053
2054
Slave* get(const SlaveID& slaveId) const
2055
{
2056
return ids.get(slaveId).getOrElse(nullptr);
2057
}
2058
2059
Slave* get(const process::UPID& pid) const
2060
{
Callers
3
elected
Method · 0.45
send
Method · 0.45
master.hpp
File · 0.45
Calls
1
getOrElse
Method · 0.80
Tested by
no test coverage detected