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

Method schemes

src/uri/fetchers/docker.cpp:699–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697
698
699set<string> DockerFetcherPlugin::schemes() const
700{
701 // Use uri:: prefix to disambiguate.
702 return uri::schemes();
703}
704
705
706string DockerFetcherPlugin::name() const

Callers

nothing calls this directly

Calls 1

schemesFunction · 0.85

Tested by

no test coverage detected