()
| 487 | } |
| 488 | |
| 489 | func (x *Node) GetDerpForcedWebsocket() map[int32]string { |
| 490 | if x != nil { |
| 491 | return x.DerpForcedWebsocket |
| 492 | } |
| 493 | return nil |
| 494 | } |
| 495 | |
| 496 | func (x *Node) GetAddresses() []string { |
| 497 | if x != nil { |
no outgoing calls
no test coverage detected