git_indexer_hash

Get the packfile's hash

A packfile's name is derived from the sorted hashing of all object names. This is only correct after the index has been finalized.

@param idx the indexer instance

extern (C) nothrow @nogc
git_indexer_hash
(
const(.git_indexer)* idx
)

Meta