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

Method get

src/state/log.cpp:442–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440
441
442Future<Option<Entry>> LogStorageProcess::get(const string& name)
443{
444 return start()
445 .then(defer(self(), &Self::_get, name));
446}
447
448
449Future<Option<Entry>> LogStorageProcess::_get(const string& name)

Callers 15

patchMethod · 0.45
finalizeMethod · 0.45
startMethod · 0.45
_startMethod · 0.45
foreachFunction · 0.45
_truncateMethod · 0.45
_getMethod · 0.45
__setMethod · 0.45
___setMethod · 0.45
__expungeMethod · 0.45
updateMethod · 0.45
acknowledgementMethod · 0.45

Calls 4

startFunction · 0.85
deferFunction · 0.85
dispatchFunction · 0.50
thenMethod · 0.45

Tested by

no test coverage detected