debugHyperlinkCount property

  1. @visibleForTesting
int get debugHyperlinkCount

The number of hyperlinks currently held in the registry. Exposed only for tests that verify the registry stays bounded as scrollback lines are evicted; not part of the public API surface.

Implementation

@visibleForTesting
int get debugHyperlinkCount => _hyperlinks.length;