git_remote_refspec_count

Get the number of refspecs for a remote

extern (C) nothrow @nogc
size_t
git_remote_refspec_count

Parameters

remote const(libgit2_d.types.git_remote)*

the remote

Return Value

Type: size_t

the amount of refspecs configured in this remote

Meta