@eagleoutice/flowr - v2.13.1
    Preparing search index...

    the on-demand load state of one shard of a SigDatabaseSet

    interface ShardStatus {
        accessed: boolean;
        compressed: boolean;
        id: string;
        unpacked: boolean;
    }
    Index

    Properties

    accessed: boolean

    whether this session has opened (mounted) the shard

    compressed: boolean

    whether the shard ships only as a compressed .br/.zst bundle (so it must be unpacked to be read)

    id: string

    the shard id, e.g. current-top (its base/current/history prefix is the scope it belongs to)

    unpacked: boolean

    whether the shard's decompressed cache exists on disk (unpacked, this session or an earlier one)