MCPcopy Index your code
hub / github.com/cloudfoundry/cli / MarshalManifest

Method MarshalManifest

command/v7/push_command.go:66–66  ·  view source on GitHub ↗
(manifest manifestparser.Manifest)

Source from the content-addressed store, hash-verified

64 InterpolateManifest(pathToManifest string, pathsToVarsFiles []string, vars []template.VarKV) ([]byte, error)
65 ParseManifest(pathToManifest string, rawManifest []byte) (manifestparser.Manifest, error)
66 MarshalManifest(manifest manifestparser.Manifest) ([]byte, error)
67}
68
69//go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ManifestLocator

Callers 3

ExecuteMethod · 0.65
ExecuteMethod · 0.65
parser_test.goFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected