Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
390
Future<Nothing> CoordinatorProcess::runLearnPhase(const Action& action)
391
{
392
return log::learn(network, action);
393
}
394
395
396
Future<bool> CoordinatorProcess::checkLearnPhase(const Action& action)
Callers
nothing calls this directly
Calls
1
learn
Function · 0.85
Tested by
no test coverage detected