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

Method updateWipCommit

3rdparty/unioncode-GitQlient/src/cache/GitCache.cpp:311–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311bool GitCache::updateWipCommit(const WipRevisionInfo &wipInfo)
312{
313 QMutexLocker lock(&mRevisionsMutex);
314 QMutexLocker lock2(&mCommitsMutex);
315
316 if (mConfigured)
317 {
318 insertWipRevision(wipInfo);
319 return true;
320 }
321
322 return false;
323}
324
325void GitCache::insertCommit(CommitInfo commit)
326{

Callers 1

updateWipMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected