()
| 240 | } |
| 241 | |
| 242 | async getApiCatalog(): Promise<SpecCatalogEntry[]> { |
| 243 | return this.catalog; |
| 244 | } |
| 245 | |
| 246 | async saveSpec(spec: OpenAPIV3.Document, specId: string): Promise<void> { |
| 247 | this.logger.debug({ specId }, "Persisting specification"); |
nothing calls this directly
no outgoing calls
no test coverage detected