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

Method GetNetworkSettings

vpn/vpn.pb.go:523–528  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

521}
522
523func (x *TunnelMessage) GetNetworkSettings() *NetworkSettingsRequest {
524 if x, ok := x.GetMsg().(*TunnelMessage_NetworkSettings); ok {
525 return x.NetworkSettings
526 }
527 return nil
528}
529
530func (x *TunnelMessage) GetStart() *StartResponse {
531 if x, ok := x.GetMsg().(*TunnelMessage_Start); ok {

Callers 2

ApplyNetworkSettingsMethod · 0.45

Calls 1

GetMsgMethod · 0.95

Tested by 1