git_blob_id

Get the id of a blob.

extern (C) nothrow @nogc
git_blob_id

Parameters

blob const(libgit2_d.types.git_blob)*

a previously loaded blob.

Return Value

Type: const(libgit2_d.oid.git_oid)*

SHA1 hash for this blob.

Meta