GitTransferProgress

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

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

Members

Variables

indexedDeltas
uint indexedDeltas;
Undocumented in source.
indexedObjects
uint indexedObjects;
Undocumented in source.
indexedObjects
uint indexedObjects;
Undocumented in source.
localObjects
uint localObjects;
Undocumented in source.
receivedBytes
size_t receivedBytes;
Undocumented in source.
receivedBytes
size_t receivedBytes;
Undocumented in source.
receivedObjects
uint receivedObjects;
Undocumented in source.
receivedObjects
uint receivedObjects;
Undocumented in source.
totalDeltas
uint totalDeltas;
Undocumented in source.
totalObjects
uint totalObjects;
Undocumented in source.
totalObjects
uint totalObjects;
Undocumented in source.

Meta