Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
471
Future<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
480
Future<bool> LogStorageProcess::__set(
Callers
nothing calls this directly
Calls
3
start
Function · 0.85
defer
Function · 0.85
then
Method · 0.45
Tested by
no test coverage detected