MCPcopy Create free account
hub / github.com/apache/mesos / fetch

Method fetch

src/uri/fetchers/docker.cpp:712–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710
711
712Future<Nothing> DockerFetcherPlugin::fetch(
713 const URI& uri,
714 const string& directory,
715 const Option<string>& data,
716 const Option<string>& outputFileName) const
717{
718 return dispatch(
719 process.get(),
720 &DockerFetcherPluginProcess::fetch,
721 uri,
722 directory,
723 data);
724}
725
726
727Future<Nothing> DockerFetcherPluginProcess::fetch(

Callers

nothing calls this directly

Calls 15

schemesFunction · 0.85
FailureClass · 0.85
parseAuthConfigFunction · 0.85
getAuthHeaderBasicFunction · 0.85
getManifestUriFunction · 0.85
curlFunction · 0.85
deferFunction · 0.85
insertMethod · 0.80
errorMethod · 0.65
dispatchFunction · 0.50
mkdirFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected