MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / getVcsFilePath

Function getVcsFilePath

libs/VersionControlLib.h:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

openTextFileMethod · 0.85
VcsMapResourceMethod · 0.85
loadMethod · 0.85

Calls 1

getVcsPatternMatchFunction · 0.85

Tested by

no test coverage detected