Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
442
Future<Option<Entry>> LogStorageProcess::get(const string& name)
443
{
444
return start()
445
.then(defer(self(), &Self::_get, name));
446
}
447
448
449
Future<Option<Entry>> LogStorageProcess::_get(const string& name)
Callers
15
patch
Method · 0.45
finalize
Method · 0.45
start
Method · 0.45
_start
Method · 0.45
foreach
Function · 0.45
_truncate
Method · 0.45
_get
Method · 0.45
__set
Method · 0.45
___set
Method · 0.45
__expunge
Method · 0.45
update
Method · 0.45
acknowledgement
Method · 0.45
Calls
4
start
Function · 0.85
defer
Function · 0.85
dispatch
Function · 0.50
then
Method · 0.45
Tested by
no test coverage detected