libgit2

git_odb_object_size

Version:

Return the size of an ODB object

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

Signature

size_t git_odb_object_size(git_odb_object *object);

Parameters

In
object

the object

Returns

size_t

the size

Versions