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

Method _beginning

src/log/log.cpp:364–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362
363
364Future<Log::Position> LogReaderProcess::_beginning()
365{
366 CHECK_READY(recovering);
367
368 return recovering.get()->beginning()
369 .then(lambda::bind(&Self::position, lambda::_1));
370}
371
372
373Future<Log::Position> LogReaderProcess::ending()

Callers

nothing calls this directly

Calls 4

bindFunction · 0.50
thenMethod · 0.45
beginningMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected