Docs exports: JSON llms.txt llms-full.txt Agent Files

class Shards::PostinstallInfo::Entry

Overview

Tracks the state of a single shard's postinstall script.

Defined in:

postinstall_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(script_hash : String, has_run : Bool = false) #

[View source]

Instance Method Detail

def has_run : Bool #

Whether the script has been executed.


[View source]
def has_run=(has_run : Bool) #

Whether the script has been executed.


[View source]
def script_hash : String #

SHA-256 hash of the postinstall command string.


[View source]
def script_hash=(script_hash : String) #

SHA-256 hash of the postinstall command string.


[View source]