libgit2-d v0.0.2 (2020-03-19T04:42:42Z)
Home
Dub
Repo
git_blob_id
libgit2_d
blob
Get the id of a blob.
extern (
C
) nothrow @
nogc
const
(
libgit2_d.oid.git_oid
)*
git_blob_id
(
const
(
libgit2_d.types.git_blob
)*
blob
)
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
Source
See Implementation
libgit2_d
blob
enums
git_blob_filter_flag_t
functions
GIT_BLOB_FILTER_OPTIONS_INIT
git_blob_create_from_buffer
git_blob_create_from_disk
git_blob_create_from_stream
git_blob_create_from_stream_commit
git_blob_create_from_workdir
git_blob_dup
git_blob_filter
git_blob_free
git_blob_id
git_blob_is_binary
git_blob_lookup
git_blob_lookup_prefix
git_blob_owner
git_blob_rawcontent
git_blob_rawsize
manifest constants
GIT_BLOB_FILTER_OPTIONS_VERSION
structs
git_blob_filter_options
Get the id of a blob.