(pattern)
| 2914 | } |
| 2915 | |
| 2916 | removePattern(pattern) { |
| 2917 | const cache = this.cache; |
| 2918 | if (!cache) { |
| 2919 | return; |
| 2920 | } |
| 2921 | delete cache[pattern]; |
| 2922 | } |
| 2923 | |
| 2924 | getLockfile(patterns) { |
| 2925 | const lockfile = {}; |
no outgoing calls
no test coverage detected