repo2post - v0.1.1
    Preparing search index...

    Interface FileDiff

    A single file's (possibly truncated) diff.

    interface FileDiff {
        patch: string;
        path: string;
        truncated: boolean;
    }
    Index

    Properties

    Properties

    patch: string

    The unified-diff hunk text for this file, after truncation.

    path: string
    truncated: boolean

    True when this file's patch was cut to fit the per-file budget.