git_tree_entry_id

Get the id of the object pointed by the entry

extern (C) nothrow @nogc
git_tree_entry_id

Parameters

entry const(libgit2_d.types.git_tree_entry)*

a tree entry

Return Value

Type: const(libgit2_d.oid.git_oid)*

the oid of the object

Meta