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

Method GetLog

vpn/vpn.pb.go:509–514  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

507}
508
509func (x *TunnelMessage) GetLog() *Log {
510 if x, ok := x.GetMsg().(*TunnelMessage_Log); ok {
511 return x.Log
512 }
513 return nil
514}
515
516func (x *TunnelMessage) GetPeerUpdate() *PeerUpdate {
517 if x, ok := x.GetMsg().(*TunnelMessage_PeerUpdate); ok {

Callers

nothing calls this directly

Calls 1

GetMsgMethod · 0.95

Tested by

no test coverage detected