Free Touch Pricker
    Preparing search index...

    Class Proof

    Visitor for proving touches

    Stores the rows that have been visited and reports when whether any rows were repeated. This visitor also accumulates a BlockDirectory referencing each block containing a false row.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get isTrue(): boolean

      Reports whether a touch is true. Truth can be calculated from the result of getRowCounts but this flag helps avoid iterating over that property each time we check truth.

      Returns boolean

    • get visiting(): boolean

      Whether or not we're still processing rows. Defaults to true (processing rows), but is set to false once rounds has been visited.

      Returns boolean

    Methods

    • Reports the number of times each row has been processed.

      Returns Record<string, number>

      Dictionary containing the count of each row seen, indexed by the string representation of that row.