GitCommands.GitModule.IsLockedIndex C# (CSharp) Method

IsLockedIndex() public method

public IsLockedIndex ( ) : bool
return bool
        public bool IsLockedIndex()
        {
            return IsLockedIndex(_workingDir);
        }

Same methods

GitModule::IsLockedIndex ( string repositoryPath ) : bool
GitModule