| 125 | private: |
| 126 | void m_decompose() { m_source.decompose(m_node); } |
| 127 | void m_recurse(std::string const &path) { |
| 128 | resolveTreeNodeImpl(m_tree, path, m_source); |
| 129 | } |
| 130 | PathTree &m_getPathTree() { return m_tree; } |
| 131 | |
| 132 | PathTree &m_tree; |
nothing calls this directly
no test coverage detected