| 78 | void SetPassThroughAllowedForTests(bool passThroughAllowed) { m_isPassThroughAllowed = passThroughAllowed; } |
| 79 | |
| 80 | bool SuitableForOptions(RoutingOptions avoidRoutingOptions) const |
| 81 | { |
| 82 | return (avoidRoutingOptions.GetOptions() & m_routingOptions.GetOptions()) == 0; |
| 83 | } |
| 84 | |
| 85 | RoutingOptions GetRoutingOptions() const { return m_routingOptions; } |
| 86 |
no test coverage detected