(paths)
| 64577 | return cache[path5] = parent.ignored ? parent : this._testOne(path5, checkUnignored); |
| 64578 | } |
| 64579 | ignores(path5) { |
| 64580 | return this._test(path5, this._ignoreCache, false).ignored; |
| 64581 | } |
| 64582 | createFilter() { |
| 64583 | return (path5) => !this.ignores(path5); |
| 64584 | } |
no test coverage detected