git_object_typeisloose

Determine if the given libgit2_d.types.git_object_t is a valid loose object type.

extern (C) nothrow @nogc
int
git_object_typeisloose

Parameters

type libgit2_d.types.git_object_t

object type to test.

Return Value

Type: int

true if the type represents a valid loose object type, false otherwise.

Meta