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

Method Execute

commands/action.go:68–70  ·  view source on GitHub ↗
(operationID string, mtaClient mtaclient.MtaClientOperations)

Source from the content-addressed store, hash-verified

66}
67
68func (a *action) Execute(operationID string, mtaClient mtaclient.MtaClientOperations) ExecutionStatus {
69 return a.executeInSession(operationID, mtaClient)
70}
71
72func (a *action) executeInSession(operationID string, mtaClient mtaclient.MtaClientOperations) ExecutionStatus {
73 if a.verbosityLevel == VerbosityLevelVERBOSE {

Callers

nothing calls this directly

Calls 1

executeInSessionMethod · 0.95

Tested by

no test coverage detected