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

Method deleteReference

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

Source from the content-addressed store, hash-verified

249}
250
251void GitCache::deleteReference(const QString &sha, References::Type type, const QString &reference)
252{
253 QMutexLocker lock(&mReferencesMutex);
254
255 mReferences[sha].removeReference(type, reference);
256}
257
258bool GitCache::hasReferences(const QString &sha)
259{

Callers 12

pushCurrentBranchMethod · 0.80
cherryPickCommitMethod · 0.80
pushMethod · 0.80
deleteBranchMethod · 0.80
acceptMethod · 0.80
commitChangesMethod · 0.80
cherryPickCommitMethod · 0.80
pushMethod · 0.80
resetSoftMethod · 0.80
resetMixedMethod · 0.80
resetHardMethod · 0.80

Calls 1

removeReferenceMethod · 0.80

Tested by

no test coverage detected