MCPcopy
hub / github.com/httprunner/httprunner / Read

Method Read

hrp/step_websocket.go:157–160  ·  view source on GitHub ↗
(url ...string)

Source from the content-addressed store, hash-verified

155}
156
157func (s *StepWebSocket) Read(url ...string) *StepWebSocket {
158 s.step.WebSocket.Type = wsRead
159 return s.withUrl(url...)
160}
161
162func (s *StepWebSocket) Write(url ...string) *StepWebSocket {
163 s.step.WebSocket.Type = wsWrite

Callers

nothing calls this directly

Calls 1

withUrlMethod · 0.95

Tested by

no test coverage detected