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

Method names

src/state/log.cpp:644–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642
643
644Future<std::set<string>> LogStorageProcess::names()
645{
646 return start()
647 .then(defer(self(), &Self::_names));
648}
649
650
651Future<std::set<string>> LogStorageProcess::_names()

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected