@tikoci/centrs
    Preparing search index...

    Interface ExplainStatementFacts

    Where a statement is, and how much the analyzer knew when it read it.

    interface ExplainStatementFacts {
        contextCertain: boolean;
        ev: string;
        span: ExplainSpanRange;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contextCertain: boolean

    Was the menu context in force BEFORE this statement known? A false here does not invalidate a resolved reading — the resolver already degrades every context-DEPENDENT statement when context is lost, so a statement that still resolved did not consume it (#192, #197).

    ev: string