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

Function schemes

src/uri/fetchers/docker.cpp:78–85  ·  view source on GitHub ↗

Returns the set of schemes supported by this URI fetcher plugin.

Source from the content-addressed store, hash-verified

76
77// Returns the set of schemes supported by this URI fetcher plugin.
78static set<string> schemes()
79{
80 return {
81 "docker", // Fetch image manifest and blobs.
82 "docker-manifest", // Fetch image manifest only.
83 "docker-blob" // Fetch a single image blob.
84 };
85}
86
87void commandDiscarded(const Subprocess& s, const string& cmd)
88{

Callers 2

schemesMethod · 0.85
fetchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected