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

Method fileHasUncommittedChanges

plugins/vcs/Repository.cpp:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296bool Repository::fileHasUncommittedChanges(const std::string& relativePath)
297{
298 return (getFileStatus(relativePath) & GIT_STATUS_WT_MODIFIED) != 0;
299}
300
301Index::Ptr Repository::getIndex()
302{

Callers 2

analyseRemoteStatusFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected