| 82 | } |
| 83 | |
| 84 | RemoteHandlerPtr |
| 85 | InterfaceTree::eraseHandlerForPath(std::string const &path) { |
| 86 | return m_removeHandler(m_getNodeForPath(path)); |
| 87 | } |
| 88 | |
| 89 | RemoteHandlerPtr |
| 90 | InterfaceTree::replaceHandlerForPath(std::string const &path, |
no outgoing calls
no test coverage detected