(path, pattern, index)
| 241 | return cache.size !== originalSize + pattern.indexes.size; |
| 242 | } |
| 243 | seen(path, pattern, index) { |
| 244 | return this.#cache.get(path)?.has(pattern.cacheKey(index)); |
| 245 | } |
| 246 | } |
| 247 | |
| 248 | class Pattern { |
no test coverage detected