| 130 | bool IsValid() const { return location.IsValid(); } |
| 131 | |
| 132 | bool IsValidForwardSource() const |
| 133 | { |
| 134 | return forward_segment_id.enabled && is_valid_forward_source; |
| 135 | } |
| 136 | bool IsValidForwardTarget() const |
| 137 | { |
| 138 | return forward_segment_id.enabled && is_valid_forward_target; |
no outgoing calls