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

Method ending

src/log/log.cpp:373–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371
372
373Future<Log::Position> LogReaderProcess::ending()
374{
375 return recover().then(defer(self(), &Self::_ending));
376}
377
378
379Future<Log::Position> LogReaderProcess::_ending()

Callers 4

_endingMethod · 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