\brief Returns the file at \p path or end() if not found.
| 156 | |
| 157 | /// \brief Returns the file at \p path or end() if not found. |
| 158 | iterator find(const Path& path) |
| 159 | { |
| 160 | return _entries.find(path); |
| 161 | } |
| 162 | |
| 163 | /// \brief Performs a depth-first traversal of the file-system subtree rooted at \p root. |
| 164 | /// Traverses the entire tree if \p root is "". |
no outgoing calls
no test coverage detected