libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
git_checkout_perfdata
libgit2
checkout
Checkout performance-reporting structure
extern (
C
) nothrow @
nogc
public
struct
git_checkout_perfdata {
size_t
mkdir_calls
;
size_t
stat_calls
;
size_t
chmod_calls
;
}
Members
Variables
chmod_calls
size_t
chmod_calls
;
Undocumented in source.
mkdir_calls
size_t
mkdir_calls
;
Undocumented in source.
stat_calls
size_t
stat_calls
;
Undocumented in source.
Meta
Source
See Implementation
libgit2
checkout
aliases
git_checkout_notify_cb
git_checkout_perfdata_cb
git_checkout_progress_cb
enums
GIT_CHECKOUT_NONE
GIT_CHECKOUT_NOTIFY_NONE
git_checkout_notify_t
git_checkout_strategy_t
functions
GIT_CHECKOUT_OPTIONS_INIT
git_checkout_head
git_checkout_index
git_checkout_options_init
git_checkout_tree
manifest constants
GIT_CHECKOUT_OPTIONS_VERSION
structs
git_checkout_options
git_checkout_perfdata
Checkout performance-reporting structure