MCPcopy 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
59string getImageManifestPath(const string& imagePath)
60{
61 return path::join(imagePath, "manifest");
62}
63
64
65Try<ImageManifest> getManifest(const string& imagePath)

Callers 3

getManifestFunction · 0.70
validateLayoutFunction · 0.70
createTestImageMethod · 0.50

Calls 1

joinFunction · 0.50

Tested by

no test coverage detected