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

Method GetMsg

vpn/vpn.pb.go:502–507  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

500}
501
502func (m *TunnelMessage) GetMsg() isTunnelMessage_Msg {
503 if m != nil {
504 return m.Msg
505 }
506 return nil
507}
508
509func (x *TunnelMessage) GetLog() *Log {
510 if x, ok := x.GetMsg().(*TunnelMessage_Log); ok {

Callers 7

GetLogMethod · 0.95
GetPeerUpdateMethod · 0.95
GetNetworkSettingsMethod · 0.95
GetStartMethod · 0.95
GetStopMethod · 0.95
requestLoopMethod · 0.45
handleRPCMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected