MCPcopy Create free account
hub / github.com/apache/mesos / getFramework

Method getFramework

src/master/master.cpp:11946–11949  ·  view source on GitHub ↗

TODO(bmahler): Consider killing this.

Source from the content-addressed store, hash-verified

11944
11945// TODO(bmahler): Consider killing this.
11946Framework* Master::getFramework(const FrameworkID& frameworkId) const
11947{
11948 return frameworks.registered.get(frameworkId).getOrElse(nullptr);
11949}
11950
11951
11952// TODO(bmahler): Consider killing this.

Callers 3

schedulerMethod · 0.45
_teardownMethod · 0.45
__teardownMethod · 0.45

Calls 2

getOrElseMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected