git_status_byindex

Get a pointer to one of the entries in the status list.

The entry is not modifiable and should not be freed.

extern (C) nothrow @nogc
git_status_byindex

Parameters

statuslist libgit2_d.types.git_status_list*

Existing status list object

idx size_t

Position of the entry

Return Value

Type: const(.git_status_entry)*

Pointer to the entry; null if out of bounds

Meta