wasm-posix-host
    Preparing search index...

    Interface HomebrewVfsMaterializationEvidence

    interface HomebrewVfsMaterializationEvidence {
        deferred: {
            bytes: number;
            package: string;
            sha256: string;
            treeId: string;
            url: string;
        }[];
        embedded: {
            bytes: number;
            package: string;
            sha256: string;
            treeId: string;
        }[];
        embeddedEntries: MaterializedEntryEvidence[];
        mirrorPlan: {
            bytes: number;
            path: "/etc/kandelo/homebrew-bottle-mirror-plan.json";
            sha256: string;
        };
        runtimeSupport?: {
            activationRoot: "/usr/bin/brew";
            deferredRelocationFormulae: string[];
            id: "homebrew-runtime-support";
            packageOrder: string[];
            treeCount: number;
            treeIds: string[];
        };
    }
    Index

    Properties

    deferred: {
        bytes: number;
        package: string;
        sha256: string;
        treeId: string;
        url: string;
    }[]
    embedded: { bytes: number; package: string; sha256: string; treeId: string }[]
    embeddedEntries: MaterializedEntryEvidence[]
    mirrorPlan: {
        bytes: number;
        path: "/etc/kandelo/homebrew-bottle-mirror-plan.json";
        sha256: string;
    }
    runtimeSupport?: {
        activationRoot: "/usr/bin/brew";
        deferredRelocationFormulae: string[];
        id: "homebrew-runtime-support";
        packageOrder: string[];
        treeCount: number;
        treeIds: string[];
    }