(operationID string, mtaClient mtaclient.MtaClientOperations)
| 66 | } |
| 67 | |
| 68 | func (a *action) Execute(operationID string, mtaClient mtaclient.MtaClientOperations) ExecutionStatus { |
| 69 | return a.executeInSession(operationID, mtaClient) |
| 70 | } |
| 71 | |
| 72 | func (a *action) executeInSession(operationID string, mtaClient mtaclient.MtaClientOperations) ExecutionStatus { |
| 73 | if a.verbosityLevel == VerbosityLevelVERBOSE { |
nothing calls this directly
no test coverage detected