libgit2

git_odb_object_type

Version:

Return the type of an ODB object

Signature

git_object_t git_odb_object_type(git_odb_object *object);

Parameters

In
object

the object

Returns

the type

Versions