entviz — @entviz/core & @entviz/react API
    Preparing search index...

    Function compareComparisonText

    • Compare a reference comparison-text (the read-aloud cell readout) against the value's own comparison text. A match on a ≤512-bit input is lossless ⇒ identical; on a >512-bit (truncated) input the text is head + fingerprint middle + tail, so a match is strong but not a full identity proof ⇒ unknown (route to the human walk), never identical. Any mismatch ⇒ different.

      Parameters

      • referenceText: string
      • value: string
      • opts: RenderOptions | undefined = {}

      Returns Verdict