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

Method Setup

command/v7/update_buildpack_command.go:47–50  ·  view source on GitHub ↗
(config command.Config, ui command.UI)

Source from the content-addressed store, hash-verified

45}
46
47func (cmd *UpdateBuildpackCommand) Setup(config command.Config, ui command.UI) error {
48 cmd.ProgressBar = v7action.NewProgressBar()
49 return cmd.BaseCommand.Setup(config, ui)
50}
51
52func (cmd UpdateBuildpackCommand) Execute(args []string) error {
53 var buildpackBitsPath, tmpDirPath string

Callers

nothing calls this directly

Calls 2

NewProgressBarFunction · 0.92
SetupMethod · 0.65

Tested by

no test coverage detected