git_odb_exists

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

@param db database to be searched for the given object. @param id the object to search for. @return - 1, if the object was found - 0, otherwise

extern (C) nothrow @nogc
int
git_odb_exists

Meta