git_midx_writer_dump

Dump the contents of the multi-pack-index to an in-memory buffer.

extern (C) nothrow @nogc
int
git_midx_writer_dump

Parameters

midx libgit2.buffer.git_buf*

Buffer where to store the contents of the multi-pack-index.

w libgit2.types.git_midx_writer*

the writer

Return Value

Type: int

0 or an error code

Meta