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 public
size_t
git_odb_object_size

Parameters

object libgit2.types.git_odb_object*

the object

Return Value

Type: size_t

the size

Meta