filesFor method

Set<String> filesFor(
  1. String key
)

Output files carrying key, as recorded during the scan.

Implementation

Set<String> filesFor(String key) => _files[key] ?? const {};