| 2686 | } |
| 2687 | |
| 2688 | bool routing_manager_impl::is_suspended() const { |
| 2689 | return routing_state_ == routing_state_e::RS_SUSPENDED || routing_state_ == routing_state_e::RS_DELAYED_RESUME; |
| 2690 | } |
| 2691 | |
| 2692 | routing_state_e routing_manager_impl::get_routing_state() { |
| 2693 | return routing_state_; |
no outgoing calls
no test coverage detected