Member Junction
    Preparing search index...

    A classified region detected in the hand-authored portion.

    interface RegionFinding {
        evidence: string;
        kind: MigrationRegionKind;
        line: number;
    }
    Index

    Properties

    Properties

    evidence: string

    The matched signature (keyword / pattern) that produced this finding.

    line: number

    1-based line number of the first occurrence.