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

Method _ending

src/log/log.cpp:379–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377
378
379Future<Log::Position> LogReaderProcess::_ending()
380{
381 CHECK_READY(recovering);
382
383 return recovering.get()->ending()
384 .then(lambda::bind(&Self::position, lambda::_1));
385}
386
387
388Future<list<Log::Entry>> LogReaderProcess::read(

Callers

nothing calls this directly

Calls 4

bindFunction · 0.50
thenMethod · 0.45
endingMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected