MCPcopy
hub / github.com/cloudfoundry/cli / Path

Method Path

command/v7/push_command.go:72–72  ·  view source on GitHub ↗
(filepathOrDirectory string)

Source from the content-addressed store, hash-verified

70
71type ManifestLocator interface {
72 Path(filepathOrDirectory string) (string, bool, error)
73}
74
75//go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . DiffDisplayer

Callers 3

ExecuteMethod · 0.65
GetBaseManifestMethod · 0.65
locator_test.goFile · 0.65

Implementers 2

FakeManifestLocatorcommand/v7/v7fakes/fake_manifest_locat
Locatorutil/manifestparser/locator.go

Calls

no outgoing calls

Tested by

no test coverage detected