MCPcopy 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

electedMethod · 0.45
sendMethod · 0.45
master.hppFile · 0.45

Calls 1

getOrElseMethod · 0.80

Tested by

no test coverage detected