GitTransferProgress

Callback for transfer progress information during remote operations (cloning, fetching).

Generally called in-line with network operations, take care not to degrade performance.

Constructors

this
this(const(git_transfer_progress)* p)
Undocumented in source.

Members

Variables

indexedObjects
uint indexedObjects;
Undocumented in source.
indexed_deltas
uint indexed_deltas;
Undocumented in source.
local_objects
uint local_objects;
Undocumented in source.
receivedBytes
size_t receivedBytes;
Undocumented in source.
receivedObjects
uint receivedObjects;
Undocumented in source.
totalObjects
uint totalObjects;
Undocumented in source.
total_deltas
uint total_deltas;
Undocumented in source.

Meta