libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
tag_state
libgit2
example
tag
tag_state represents the current program state for dragging around
extern (
C
) public
struct
tag_state {
libgit2
.
types
.
git_repository
*
repo
;
.
tag_options
*
opts
;
}
Members
Variables
opts
.
tag_options
*
opts
;
Undocumented in source.
repo
libgit2
.
types
.
git_repository
*
repo
;
Undocumented in source.
Meta
Source
See Implementation
libgit2
example
tag
aliases
tag_action
functions
lg2_tag
structs
tag_options
tag_state
tag_state represents the current program state for dragging around