()
| 480 | } |
| 481 | |
| 482 | func (x *Node) GetDerpLatency() map[string]float64 { |
| 483 | if x != nil { |
| 484 | return x.DerpLatency |
| 485 | } |
| 486 | return nil |
| 487 | } |
| 488 | |
| 489 | func (x *Node) GetDerpForcedWebsocket() map[int32]string { |
| 490 | if x != nil { |
no outgoing calls
no test coverage detected