Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
410
bool Repository::isReadyForMerge()
411
{
412
auto state = git_repository_state(_repository);
413
return state == GIT_REPOSITORY_STATE_NONE;
414
}
415
416
bool Repository::mergeIsInProgress()
417
{
Callers
1
syncWithRemote
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected