struct Agate::IndexerProgress

Overview

Progress information for indexing a packfile.

Defined in:

agate/indexer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(total_objects : UInt32, indexed_objects : UInt32, received_objects : UInt32, local_objects : UInt32, total_deltas : UInt32, indexed_deltas : UInt32, received_bytes : UInt64) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(total_objects _total_objects = @total_objects, indexed_objects _indexed_objects = @indexed_objects, received_objects _received_objects = @received_objects, local_objects _local_objects = @local_objects, total_deltas _total_deltas = @total_deltas, indexed_deltas _indexed_deltas = @indexed_deltas, received_bytes _received_bytes = @received_bytes) #

[View source]
def indexed_deltas : UInt32 #

def indexed_objects : UInt32 #

def local_objects : UInt32 #

def received_bytes : UInt64 #

def received_objects : UInt32 #

def total_deltas : UInt32 #

def total_objects : UInt32 #