git_blob_rawsize

Get the size in bytes of the contents of a blob

extern (C) nothrow @nogc
git_blob_rawsize

Parameters

blob const(libgit2_d.types.git_blob)*

pointer to the blob

Return Value

Type: libgit2_d.types.git_object_size_t

size on bytes

Meta