Module git_pack::data::output::count::objects[][src]

Expand description

Structs

Configuration options for the pack generation functions provied in this module.

Information gathered during the run of iter_from_objects().

Enums

The error returned by the pack generation iterator bytes::FromEntriesIter.

The way input objects are handled

Functions

Generate Counts from input objects with object expansion based on options to learn which objects would would constitute a pack. This step is required to know exactly how many objects would be in a pack while keeping data around to avoid minimize object database access.

Like objects() but using a single thread only to mostly save on the otherwise required overhead.

Type Definitions

The return type used by objects().