| 40 | } |
| 41 | |
| 42 | inline std::string getVcsFilePath(const std::string& uri) |
| 43 | { |
| 44 | return detail::getVcsPatternMatch(uri, detail::FilePathMatchIndex); |
| 45 | } |
| 46 | |
| 47 | inline std::string constructVcsFileUri(const std::string& prefix, const std::string& revision, const std::string& path) |
| 48 | { |
no test coverage detected