StepTransaction implements IStep interface.
| 21 | |
| 22 | // StepTransaction implements IStep interface. |
| 23 | type StepTransaction struct { |
| 24 | step *TStep |
| 25 | } |
| 26 | |
| 27 | func (s *StepTransaction) Name() string { |
| 28 | if s.step.Name != "" { |
nothing calls this directly
no outgoing calls
no test coverage detected