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

Method runPromisePhase

src/log/consensus.cpp:649–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647
648private:
649 void runPromisePhase()
650 {
651 promising = log::promise(quorum, network, proposal, position);
652 promising.onAny(defer(self(), &Self::checkPromisePhase));
653 }
654
655 void checkPromisePhase()
656 {

Callers

nothing calls this directly

Calls 2

promiseFunction · 0.85
deferFunction · 0.85

Tested by

no test coverage detected