git_object_type

Get the object type of an object

extern (C) nothrow @nogc public
git_object_type

Parameters

obj const(libgit2.types.git_object)*

the repository object

Return Value

Type: libgit2.types.git_object_t

the object's type

Meta