MCPcopy
hub / github.com/httprunner/httprunner / StepWebSocket

Struct StepWebSocket

hrp/step_websocket.go:108–110  ·  view source on GitHub ↗

StepWebSocket implements IStep interface.

Source from the content-addressed store, hash-verified

106
107// StepWebSocket implements IStep interface.
108type StepWebSocket struct {
109 step *TStep
110}
111
112func (s *StepWebSocket) Name() string {
113 if s.step.Name != "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected