libgit2

git_mempack_object_count

Version:

Get the total number of objects in mempack

Signature

int git_mempack_object_count(size_t *count, git_odb_backend *backend);

Parameters

size_t *
In
count

The count of objects in the mempack

In
backend

The mempack backend

Returns

int

0 on success, or -1 on error

Versions