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

Method GetStart

vpn/vpn.pb.go:530–535  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

528}
529
530func (x *TunnelMessage) GetStart() *StartResponse {
531 if x, ok := x.GetMsg().(*TunnelMessage_Start); ok {
532 return x.Start
533 }
534 return nil
535}
536
537func (x *TunnelMessage) GetStop() *StopResponse {
538 if x, ok := x.GetMsg().(*TunnelMessage_Stop); ok {

Callers 5

ScriptCompletedMethod · 0.45

Calls 1

GetMsgMethod · 0.95

Tested by 3