Function libgit2_sys::git_object_lookup[][src]

pub unsafe extern "C" fn git_object_lookup(
    dest: *mut *mut git_object,
    repo: *mut git_repository,
    id: *const git_oid,
    kind: git_otype
) -> c_int