Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
699
set<string> DockerFetcherPlugin::schemes() const
700
{
701
// Use uri:: prefix to disambiguate.
702
return uri::schemes();
703
}
704
705
706
string DockerFetcherPlugin::name() const
Callers
nothing calls this directly
Calls
1
schemes
Function · 0.85
Tested by
no test coverage detected