git_odb_object_id

Return the OID of an ODB object

This is the OID from which the object was read from

extern (C) nothrow @nogc
git_odb_object_id

Parameters

object libgit2_d.types.git_odb_object*

the object

Return Value

Type: const(libgit2_d.oid.git_oid)*

a pointer to the OID

Meta