AutoBE
    Preparing search index...

    Interface AnalyzeQualityManifest

    Container of quality entries produced by the analyze pipeline.

    entries[0] is always the overall entry. New runs then emit file-scoped entries followed by claim-scoped entries derived from those file entries.

    Juntak

    interface AnalyzeQualityManifest {
        entries: AnalyzeQualityEntry[];
    }
    Index

    Properties

    Properties