| 314 | { |
| 315 | |
| 316 | bool match( const std::vector<InternedString> &path, const MatchPatternPath &patternPath ) |
| 317 | { |
| 318 | return matchInternal( path.begin(), path.end(), patternPath.begin(), patternPath.end() ); |
| 319 | } |
| 320 | |
| 321 | MatchPatternPath matchPatternPath( const std::string &patternPath, char separator ) |
| 322 | { |
no test coverage detected