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

Function constructVcsFileUri

libs/VersionControlLib.h:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47inline std::string constructVcsFileUri(const std::string& prefix, const std::string& revision, const std::string& path)
48{
49 return fmt::format(detail::UriFormat, prefix, revision, path);
50}
51
52}

Callers 2

syncWithRemoteFunction · 0.85
VcsMapResourceMethod · 0.85

Calls 1

formatFunction · 0.50

Tested by

no test coverage detected