contains method

bool contains(
  1. DiffCommentLineKey key
)

Tests an exact source position, including its side.

Implementation

bool contains(DiffCommentLineKey key) => _keys.contains(key);