struct Memo::Files::FileRecord

Overview

Stored file record from database

Defined in:

memo/files.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source_id : Int64, path : String, content_hash : Slice(UInt8), mtime : Int64, size : Int64) #

[View source]

Instance Method Detail

def content_hash : Bytes #

[View source]
def mtime : Int64 #

[View source]
def path : String #

[View source]
def size : Int64 #

[View source]
def source_id : Int64 #

[View source]