| 37 | } |
| 38 | |
| 39 | export class FileSystemSpecService implements ISpecStore, ISpecExplorer { |
| 40 | private readonly config: Required<SpecServiceConfig>; |
| 41 | private readonly logger: Logger; |
| 42 | private readonly specCache: SimpleCache<string, OpenAPIV3.Document>; |
nothing calls this directly
no outgoing calls
no test coverage detected