git_tree_entry_type

Get the type of the object pointed by the entry

extern (C) nothrow @nogc
git_tree_entry_type

Parameters

entry const(libgit2_d.types.git_tree_entry)*

a tree entry

Return Value

Type: libgit2_d.types.git_object_t

the type of the pointed object

Meta