libgit2

git_blob_rawsize

Version:

Get the size in bytes of the contents of a blob

Signature

size_t git_blob_rawsize(git_blob *blob);

Parameters

In
blob

pointer to the blob

Returns

size_t

size on bytes

Versions