libgit2

git_blob_rawsize

Version:

Get the size in bytes of the contents of a blob

Signature

git_object_size_t git_blob_rawsize(const git_blob *blob);

Parameters

In
blob

pointer to the blob

Returns

size on bytes

Versions