Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ getRegistryRootUri
Function
getRegistryRootUri
src/uri/fetchers/docker.cpp:459–462 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
457
458
459
static URI getRegistryRootUri(const URI& imageUri)
460
{
461
return constructRegistryUri(imageUri,
"/v2"
);
462
}
463
464
465
static URI getManifestUri(const URI& imageUri)
Callers
1
getAuthServiceUri
Method · 0.85
Calls
1
constructRegistryUri
Function · 0.85
Tested by
no test coverage detected