libgit2-d v0.0.2 (2020-03-19T04:42:42Z)
Home
Dub
Repo
git_blob_rawsize
libgit2_d
blob
Get the size in bytes of the contents of a blob
extern (
C
) nothrow @
nogc
libgit2_d.types.git_object_size_t
git_blob_rawsize
(
const
(
libgit2_d.types.git_blob
)*
blob
)
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
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 size in bytes of the contents of a blob