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

Method _set

src/state/log.cpp:471–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469
470
471Future<bool> LogStorageProcess::_set(
472 const Entry& entry,
473 const id::UUID& uuid)
474{
475 return start()
476 .then(defer(self(), &Self::__set, entry, uuid));
477}
478
479
480Future<bool> LogStorageProcess::__set(

Callers

nothing calls this directly

Calls 3

startFunction · 0.85
deferFunction · 0.85
thenMethod · 0.45

Tested by

no test coverage detected