Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ completion
Method
completion
src/slave/containerizer/fetcher.cpp:1314–1317 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1312
1313
1314
Future<Nothing> FetcherProcess::Cache::Entry::completion()
1315
{
1316
return promise.future();
1317
}
1318
1319
1320
void FetcherProcess::Cache::Entry::fail()
Callers
5
foreach
Function · 0.80
foreachpair
Function · 0.80
foreachvalue
Function · 0.80
get
Method · 0.80
remove
Method · 0.80
Calls
1
future
Method · 0.45
Tested by
no test coverage detected