| 238 | } |
| 239 | |
| 240 | bool ServerImpl::addAliases(Json::Value const &aliases, |
| 241 | common::AliasPriority priority) { |
| 242 | bool wasChanged; |
| 243 | m_callControlled([&] { wasChanged = m_addAliases(aliases, priority); }); |
| 244 | return wasChanged; |
| 245 | } |
| 246 | |
| 247 | void ServerImpl::addExternalDevice(std::string const &path, |
| 248 | std::string const &deviceName, |
nothing calls this directly
no outgoing calls
no test coverage detected