debugHyperlinkEvictionScanCells property
The number of getHyperlinkId cell inspections spent resolving evicted
hyperlinks so far. Exposed only so a test can assert this stays
sub-quadratic in the number of evicted lines; not part of the public
API surface.
Implementation
@visibleForTesting
int get debugHyperlinkEvictionScanCells =>
_hyperlinkEvictionScanCellsForTesting;