git_odb_backend.write

Write an object into the backend. The id of the object has already been calculated and is passed in.

struct git_odb_backend
int function(.git_odb_backend*, const(libgit2_d.oid.git_oid)*, const(void)*, size_t, libgit2_d.types.git_object_t) write;

Meta