git_rebase_operation_entrycount

Gets the count of rebase operations that are to be applied.

extern (C) nothrow @nogc
size_t
git_rebase_operation_entrycount

Parameters

rebase libgit2_d.types.git_rebase*

The in-progress rebase

Return Value

Type: size_t

The number of rebase operations in total

Meta