git_object_type

Get the object type of an object

extern (C) nothrow @nogc
git_object_type

Parameters

obj const(libgit2_d.types.git_object)*

the repository object

Return Value

Type: libgit2_d.types.git_object_t

the object's type

Meta