* Retrieve all the package info stored for this package name.
(name)
| 76840 | */ |
| 76841 | |
| 76842 | getAllInfoForPackageName(name) { |
| 76843 | const patterns = this.patternsByPackage[name] || []; |
| 76844 | return this.getAllInfoForPatterns(patterns); |
| 76845 | } |
| 76846 | |
| 76847 | /** |
| 76848 | * Retrieve all the package info stored for a list of patterns. |
no test coverage detected