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

Method read

src/log/log.cpp:388–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386
387
388Future<list<Log::Entry>> LogReaderProcess::read(
389 const Log::Position& from,
390 const Log::Position& to)
391{
392 return recover().then(defer(self(), &Self::_read, from, to));
393}
394
395
396Future<list<Log::Entry>> LogReaderProcess::_read(

Callers 15

find_versionFunction · 0.45
resolveFunction · 0.45
getFunction · 0.45
_detect_exit_sequenceMethod · 0.45
_window_resizeMethod · 0.45
read_endpointFunction · 0.45
test_execMethod · 0.45
test_exec_interactiveMethod · 0.45
launchMethod · 0.45
launchMethod · 0.45
launchMethod · 0.45
capture_outputFunction · 0.45

Calls 4

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

Tested by 13

test_execMethod · 0.36
test_exec_interactiveMethod · 0.36
TEST_FFunction · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36
TYPED_TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_PFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36