Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
inline 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
syncWithRemote
Function · 0.85
VcsMapResource
Method · 0.85
Calls
1
format
Function · 0.50
Tested by
no test coverage detected