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 public
git_odb_object_id

Parameters

object libgit2.types.git_odb_object*

the object

Return Value

Type: const(libgit2.oid.git_oid)*

a pointer to the OID

Meta