libgit2

git_tree_entry_type

Version:

Get the type of the object pointed by the entry

Signature

git_otype git_tree_entry_type(const git_tree_entry *entry);

Parameters

In
entry

a tree entry

Returns

the type of the pointed object

Versions