| 133 | } |
| 134 | |
| 135 | std::string |
| 136 | RouteContainer::getDestinationFromString(std::string const &route) { |
| 137 | return getDestinationFromJson(parseRoutingDirective(route)); |
| 138 | } |
| 139 | std::string RouteContainer::getSourceFromString(std::string const &route) { |
| 140 | return getSourceFromJson(parseRoutingDirective(route)); |
| 141 | } |
nothing calls this directly
no test coverage detected