Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
644
Future<std::set<string>> LogStorageProcess::names()
645
{
646
return start()
647
.then(defer(self(), &Self::_names));
648
}
649
650
651
Future<std::set<string>> LogStorageProcess::_names()
Callers
nothing calls this directly
Calls
4
start
Function · 0.85
defer
Function · 0.85
dispatch
Function · 0.50
then
Method · 0.45
Tested by
no test coverage detected