@tikoci/centrs
    Preparing search index...

    Interface StatementAnalysis

    Q4 result: per-statement resolutions plus structural / over-depth defects.

    interface StatementAnalysis {
        defects: Defect[];
        statements: StatementResolution[];
    }
    Index

    Properties

    Properties

    defects: Defect[]
    statements: StatementResolution[]