MCPcopy 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
83private:
84 void check()
85 {
86 checking = replica->missing(position);
87 checking.onAny(defer(self(), &Self::checked));
88 }
89
90 void checked()
91 {

Callers 4

launchMethod · 0.45
createTaskStatusMethod · 0.45
foreachMethod · 0.45
createTaskStatusMethod · 0.45

Calls 2

deferFunction · 0.85
missingMethod · 0.80

Tested by

no test coverage detected