()
| 99 | } |
| 100 | |
| 101 | private resetState() { |
| 102 | this.logger.debug("Resetting service state"); |
| 103 | this.catalog = []; |
| 104 | this.specs = {}; |
| 105 | this.specCache.clear(); |
| 106 | } |
| 107 | |
| 108 | private async loadExistingCatalog(): Promise<boolean> { |
| 109 | try { |
no test coverage detected