| 137 | return getDestinationFromJson(parseRoutingDirective(route)); |
| 138 | } |
| 139 | std::string RouteContainer::getSourceFromString(std::string const &route) { |
| 140 | return getSourceFromJson(parseRoutingDirective(route)); |
| 141 | } |
| 142 | bool RouteContainer::m_addRoute(std::string const &destination, |
| 143 | std::string const &routingDirective) { |
| 144 | bool replaced = false; |
nothing calls this directly
no test coverage detected