Member Junction
    Preparing search index...
    interface CreateBundleResult {
        EntryCount: number;
        Out: string;
        Source: "local" | "fetch";
        UsedFallback: boolean;
    }
    Index

    Properties

    EntryCount: number

    Number of entries written into the zip.

    Out: string

    Absolute path of the written zip.

    Source: "local" | "fetch"

    Where the source came from.

    UsedFallback: boolean

    True when a ref fetch fell back from blobless partial clone to a full sparse clone.