MCPcopy
hub / github.com/httprunner/httprunner / SetRendezvous

Method SetRendezvous

hrp/step_request.go:739–746  ·  view source on GitHub ↗

SetRendezvous creates a new rendezvous

(name string)

Source from the content-addressed store, hash-verified

737
738// SetRendezvous creates a new rendezvous
739func (s *StepRequest) SetRendezvous(name string) *StepRendezvous {
740 s.step.Rendezvous = &Rendezvous{
741 Name: name,
742 }
743 return &StepRendezvous{
744 step: s.step,
745 }
746}
747
748// WebSocket creates a new websocket action
749func (s *StepRequest) WebSocket() *StepWebSocket {

Callers 2

TestRendezvousFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestRendezvousFunction · 0.64