libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
git_odb_foreach_cb
libgit2
odb
Function type for callbacks from git_odb_foreach.
extern (
C
) nothrow @
nogc
public
alias
git_odb_foreach_cb
=
int
function
(
const
(
libgit2.oid.git_oid
)*
id
,
void
*
payload
)
Meta
Source
See Implementation
libgit2
odb
aliases
git_odb_foreach_cb
enums
GIT_ODB_LOOKUP_NO_REFRESH
git_odb_lookup_flags_t
functions
GIT_ODB_OPTIONS_INIT
git_odb_add_alternate
git_odb_add_backend
git_odb_add_disk_alternate
git_odb_exists
git_odb_exists_ext
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_set_commit_graph
git_odb_stream_finalize_write
git_odb_stream_free
git_odb_stream_read
git_odb_stream_write
git_odb_write
git_odb_write_multi_pack_index
git_odb_write_pack
manifest constants
GIT_ODB_OPTIONS_VERSION
structs
git_odb_expand_id
git_odb_options
Function type for callbacks from git_odb_foreach.