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

    per-shard result of verifyShardedDatabase

    interface ShardVerifyResult {
        actualHash: string;
        expectedHash: string;
        hashOk: boolean;
        id: string;
        packages: number;
    }
    Index

    Properties

    actualHash: string
    expectedHash: string
    hashOk: boolean

    the shard's content hash recomputed from its re-read blobs matches the manifest + file header

    id: string
    packages: number