git_odb_object_size

Return the size of an ODB object

This is the real size of the data buffer, not the actual size of the object.

extern (C) nothrow @nogc
size_t
git_odb_object_size

Parameters

object libgit2_d.types.git_odb_object*

the object

Return Value

Type: size_t

the size

Meta