Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ check
Method
check
src/log/catchup.cpp:84–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
83
private:
84
void check()
85
{
86
checking = replica->missing(position);
87
checking.onAny(defer(self(), &Self::checked));
88
}
89
90
void checked()
91
{
Callers
4
launch
Method · 0.45
createTaskStatus
Method · 0.45
foreach
Method · 0.45
createTaskStatus
Method · 0.45
Calls
2
defer
Function · 0.85
missing
Method · 0.80
Tested by
no test coverage detected