libgit2-d v0.0.1 (2020-03-14T04:41:16Z)
Home
Dub
Repo
git_oid_is_zero
libgit2_d
oid
Check is an oid is all zeros.
@return 1 if all zeros, 0 otherwise.
extern (
C
) nothrow @
nogc
int
git_oid_is_zero
(
const
(.
git_oid
)*
id
)
Meta
Source
See Implementation
libgit2_d
oid
functions
git_oid_cmp
git_oid_cpy
git_oid_equal
git_oid_fmt
git_oid_fromraw
git_oid_fromstr
git_oid_fromstrn
git_oid_fromstrp
git_oid_is_zero
git_oid_ncmp
git_oid_nfmt
git_oid_pathfmt
git_oid_shorten_add
git_oid_shorten_free
git_oid_shorten_new
git_oid_strcmp
git_oid_streq
git_oid_tostr
git_oid_tostr_s
manifest constants
GIT_OID_HEXSZ
GIT_OID_MINPREFIXLEN
GIT_OID_RAWSZ
structs
git_oid
git_oid_shorten
Check is an oid is all zeros.
@return 1 if all zeros, 0 otherwise.