Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
func
(variable listFlag) getElements() []string {
68
return
variable.elements
69
}
70
71
func
(variable listFlag) getProcessList() string {
72
return
strings.Join(variable.elements,
","
)
Callers
3
createMtaElementsCalculator
Function · 0.80
getModulesToAdd
Method · 0.80
getResourcesToAdd
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected