@tikoci/centrs
    Preparing search index...

    Interface WriteAnalysis

    Q16 result: the tristate plus everything the caller needs to see why.

    interface WriteAnalysis {
        blockers: Occurrence[];
        defects: Defect[];
        occurrences: Occurrence[];
        verdict: WriteVerdict;
        writes: number;
    }
    Index

    Properties

    blockers: Occurrence[]

    Unclassifiable occurrences. These force unknown only when no proven write exists; rule 1 may therefore return true with blockers still reported.

    defects: Defect[]

    Located structural surprises from the segmenter / bounded traversal, plus the bom/non-ascii positional facts. Any NON-POSITIONAL defect abstains (see hasStructuralDefect); the positional two never do.

    occurrences: Occurrence[]
    verdict: WriteVerdict
    writes: number

    How many occurrences were proven writes. Agreed with IL 100% on both splits.