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

Method runPromisePhase

src/log/coordinator.cpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185
186Future<PromiseResponse> CoordinatorProcess::runPromisePhase()
187{
188 return log::promise(quorum, network, proposal);
189}
190
191
192Future<Option<uint64_t>> CoordinatorProcess::checkPromisePhase(

Callers

nothing calls this directly

Calls 1

promiseFunction · 0.85

Tested by

no test coverage detected