Member Junction
    Preparing search index...

    Result of a sparse fetch.

    interface SparseFetchResult {
        Cleanup: () => Promise<void>;
        Dir: string;
        UsedFallback: boolean;
    }
    Index

    Properties

    Cleanup: () => Promise<void>

    Removes the temp clone. Callers MUST invoke this in a finally on every exit path.

    Dir: string

    Absolute path to the temp clone root containing the checked-out paths.

    UsedFallback: boolean

    True when the blobless partial clone was unavailable and the shallow sparse fallback was used.