StepWebSocket implements IStep interface.
| 106 | |
| 107 | // StepWebSocket implements IStep interface. |
| 108 | type StepWebSocket struct { |
| 109 | step *TStep |
| 110 | } |
| 111 | |
| 112 | func (s *StepWebSocket) Name() string { |
| 113 | if s.step.Name != "" { |
nothing calls this directly
no outgoing calls
no test coverage detected