struct AvalancheMQ::VHost::Hole

Overview

For each file we hold an array of holes where we've already punched

Defined in:

avalanchemq/vhost.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(start_pos : UInt32, end_pos : UInt32) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(start_pos _start_pos = @start_pos, end_pos _end_pos = @end_pos) #

[View source]
def end_pos : UInt32 #

def start_pos : UInt32 #