MCPcopy Index your code
hub / github.com/coder/coder / GetStop

Method GetStop

vpn/vpn.pb.go:537–542  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

535}
536
537func (x *TunnelMessage) GetStop() *StopResponse {
538 if x, ok := x.GetMsg().(*TunnelMessage_Stop); ok {
539 return x.Stop
540 }
541 return nil
542}
543
544type isTunnelMessage_Msg interface {
545 isTunnelMessage_Msg()

Callers

nothing calls this directly

Calls 1

GetMsgMethod · 0.95

Tested by

no test coverage detected