git_oid_is_zero

Check is an oid is all zeros.

extern (C) nothrow @nogc
int
git_oid_is_zero
(
const(.git_oid)* id
)

Return Value

Type: int

1 if all zeros, 0 otherwise.

Meta