| 48 | }; |
| 49 | |
| 50 | InterfaceTree::InterfaceTree() : m_root(node_type::createRoot()) {} |
| 51 | |
| 52 | bool InterfaceTree::addInterface(common::ClientInterfacePtr const &iface) { |
| 53 | auto &ifaces = getInterfacesForPath(iface->getPath()); |
nothing calls this directly
no outgoing calls
no test coverage detected