libgit2

git_obj__loose_object_type

Version:

Determine if the given git_otype is a valid loose object type.

Signature

int git_obj__loose_object_type(git_otype type);

Parameters

In
type

object type to test.

Returns

int

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

Versions