libgit2-d ~master (2021-07-01T09:53:17Z)
Home
Dub
Repo
git_object_type
libgit2_d
object
Get the object type of an object
extern (
C
) nothrow @
nogc
libgit2_d.types.git_object_t
git_object_type
(
const
(
libgit2_d.types.git_object
)*
obj
)
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
Source
See Implementation
libgit2_d
object
functions
git_object_dup
git_object_free
git_object_id
git_object_lookup
git_object_lookup_bypath
git_object_lookup_prefix
git_object_owner
git_object_peel
git_object_short_id
git_object_string2type
git_object_type
git_object_type2string
git_object_typeisloose
manifest constants
GIT_OBJECT_SIZE_MAX
Get the object type of an object