libgit2-d ~master (2021-07-01T09:53:17Z)
Home
Dub
Repo
git_odb_stream_read
libgit2_d
odb
Read from an odb stream
Most backends don't implement streaming reads
extern (
C
) nothrow @
nogc
int
git_odb_stream_read
(
libgit2_d.types.git_odb_stream
*
stream
,
char
*
buffer
,
size_t
len
)
Meta
Source
See Implementation
libgit2_d
odb
aliases
git_odb_foreach_cb
functions
git_odb_add_alternate
git_odb_add_backend
git_odb_add_disk_alternate
git_odb_exists
git_odb_exists_prefix
git_odb_expand_ids
git_odb_foreach
git_odb_free
git_odb_get_backend
git_odb_hash
git_odb_hashfile
git_odb_new
git_odb_num_backends
git_odb_object_data
git_odb_object_dup
git_odb_object_free
git_odb_object_id
git_odb_object_size
git_odb_object_type
git_odb_open
git_odb_open_rstream
git_odb_open_wstream
git_odb_read
git_odb_read_header
git_odb_read_prefix
git_odb_refresh
git_odb_stream_finalize_write
git_odb_stream_free
git_odb_stream_read
git_odb_stream_write
git_odb_write
git_odb_write_pack
structs
git_odb_expand_id
Read from an odb stream
Most backends don't implement streaming reads