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

Method beginning

src/log/log.cpp:358–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356
357
358Future<Log::Position> LogReaderProcess::beginning()
359{
360 return recover().then(defer(self(), &Self::_beginning));
361}
362
363
364Future<Log::Position> LogReaderProcess::_beginning()

Callers 6

_startMethod · 0.45
_beginningMethod · 0.45
_recoverMethod · 0.45
executeMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 4

deferFunction · 0.85
recoverFunction · 0.70
dispatchFunction · 0.50
thenMethod · 0.45

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36