MCPcopy 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
1314Future<Nothing> FetcherProcess::Cache::Entry::completion()
1315{
1316 return promise.future();
1317}
1318
1319
1320void FetcherProcess::Cache::Entry::fail()

Callers 5

foreachFunction · 0.80
foreachpairFunction · 0.80
foreachvalueFunction · 0.80
getMethod · 0.80
removeMethod · 0.80

Calls 1

futureMethod · 0.45

Tested by

no test coverage detected