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

Method isReadyForMerge

plugins/vcs/Repository.cpp:410–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410bool Repository::isReadyForMerge()
411{
412 auto state = git_repository_state(_repository);
413 return state == GIT_REPOSITORY_STATE_NONE;
414}
415
416bool Repository::mergeIsInProgress()
417{

Callers 1

syncWithRemoteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected