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

Method runLearnPhase

src/log/coordinator.cpp:390–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388
389
390Future<Nothing> CoordinatorProcess::runLearnPhase(const Action& action)
391{
392 return log::learn(network, action);
393}
394
395
396Future<bool> CoordinatorProcess::checkLearnPhase(const Action& action)

Callers

nothing calls this directly

Calls 1

learnFunction · 0.85

Tested by

no test coverage detected