MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / getElements

Method getElements

commands/deploy_command.go:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67func (variable listFlag) getElements() []string {
68 return variable.elements
69}
70
71func (variable listFlag) getProcessList() string {
72 return strings.Join(variable.elements, ",")

Callers 3

getModulesToAddMethod · 0.80
getResourcesToAddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected