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

Method mergeIsInProgress

plugins/vcs/Repository.cpp:416–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416bool Repository::mergeIsInProgress()
417{
418 auto state = git_repository_state(_repository);
419 return state == GIT_REPOSITORY_STATE_MERGE;
420}
421
422void Repository::abortMerge()
423{

Callers 5

analyseRemoteStatusFunction · 0.80
syncWithRemoteFunction · 0.80
onMapEventMethod · 0.80
canSyncMethod · 0.80
canCommitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected