| 222 | } |
| 223 | |
| 224 | bool ServerImpl::addRoute(std::string const &routingDirective) { |
| 225 | bool wasNew; |
| 226 | m_callControlled([&] { wasNew = m_addRoute(routingDirective); }); |
| 227 | return wasNew; |
| 228 | } |
| 229 | |
| 230 | bool ServerImpl::addAlias(std::string const &path, |
| 231 | std::string const &source, |
nothing calls this directly
no outgoing calls
no test coverage detected