Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ getImageManifestPath
Function
getImageManifestPath
src/appc/spec.cpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
58
59
string getImageManifestPath(const string& imagePath)
60
{
61
return path::join(imagePath,
"manifest"
);
62
}
63
64
65
Try<ImageManifest> getManifest(const string& imagePath)
Callers
3
getManifest
Function · 0.70
validateLayout
Function · 0.70
createTestImage
Method · 0.50
Calls
1
join
Function · 0.50
Tested by
no test coverage detected