-------------------------------------------------------------------------
| 216 | |
| 217 | //------------------------------------------------------------------------- |
| 218 | std::vector<fs::path> PathMatcher::GetUnmatchedPaths() const |
| 219 | { |
| 220 | return pathMatcherEngine_->GetUnmatchedPaths(); |
| 221 | } |
| 222 | } |
no outgoing calls