git_indexer_name

Get the unique name for the resulting packfile.

The packfile's name is derived from the packfile's content. This is only correct after the index has been finalized.

extern (C) nothrow @nogc public
const(char)*
git_indexer_name
(
const(.git_indexer)* idx
)

Parameters

idx const(.git_indexer)*

the indexer instance

Return Value

Type: const(char)*

a null terminated string for the packfile name

Meta