git_object_typeisloose

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

extern (C) nothrow @nogc public
int
git_object_typeisloose

Parameters

type libgit2.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