| 66 | } |
| 67 | |
| 68 | bool 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 | } |
no test coverage detected