git_blob_id

Get the id of a blob.

extern (C) nothrow @nogc public
git_blob_id

Parameters

blob const(libgit2.types.git_blob)*

a previously loaded blob.

Return Value

Type: const(libgit2.oid.git_oid)*

SHA1 hash for this blob.

Meta