git_odb_exists

Determine if the given object can be found in the object database.

extern (C) nothrow @nogc
int
git_odb_exists

Parameters

db libgit2_d.types.git_odb*

database to be searched for the given object.

id const(libgit2_d.oid.git_oid)*

the object to search for.

@return - 1, if the object was found - 0, otherwise

Meta