libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
progress_data
libgit2
example
clone
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) public
struct
progress_data {
libgit2
.
indexer
.
git_indexer_progress
fetch_progress
;
size_t
completed_steps
;
size_t
total_steps
;
const
(
char
)*
path
;
}
Members
Variables
completed_steps
size_t
completed_steps
;
Undocumented in source.
fetch_progress
libgit2
.
indexer
.
git_indexer_progress
fetch_progress
;
Undocumented in source.
path
const
(
char
)*
path
;
Undocumented in source.
total_steps
size_t
total_steps
;
Undocumented in source.
Meta
Source
See Implementation
libgit2
example
clone
functions
lg2_clone
structs
progress_data