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

Method fileIsIndexed

plugins/vcs/Repository.cpp:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291bool Repository::fileIsIndexed(const std::string& relativePath)
292{
293 return (getFileStatus(relativePath) & GIT_STATUS_WT_NEW) == 0;
294}
295
296bool Repository::fileHasUncommittedChanges(const std::string& relativePath)
297{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected