MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / LookupPackageDownloadString

Function LookupPackageDownloadString

pkg/executionscommon/executionscommon.go:341–347  ·  view source on GitHub ↗
(value bool)

Source from the content-addressed store, hash-verified

339}
340
341func LookupPackageDownloadString(value bool) string {
342 if value {
343 return "Use cached packages (if available)"
344 } else {
345 return "Re-download packages from feed"
346 }
347}
348
349// splitVariableString is a derivative of splitPackageOverrideString in release create.
350// it is required because the builtin go strings.SplitN can't handle more than one delimeter character.

Callers 2

PrintAdvancedSummaryFunction · 0.92
PrintAdvancedSummaryFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected