MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / updateWip

Method updateWip

3rdparty/unioncode-GitQlient/src/git/GitWip.cpp:68–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68bool GitWip::updateWip() const
69{
70 const auto files = getUntrackedFiles();
71 mCache->setUntrackedFilesList(std::move(files));
72
73 if (const auto wipInfo = getWipInfo(); wipInfo.isValid())
74 return mCache->updateWipCommit(wipInfo);
75
76 return false;
77}

Callers 9

mergeMethod · 0.45
squashMergeMethod · 0.45
acceptMethod · 0.45
addFileToCommitListMethod · 0.45
configureMethod · 0.45
commitChangesMethod · 0.45
configureMethod · 0.45
commitChangesMethod · 0.45

Calls 3

setUntrackedFilesListMethod · 0.80
updateWipCommitMethod · 0.80
isValidMethod · 0.45

Tested by

no test coverage detected