| 46 | * A decorator that wraps a ContentGenerator to add logging to API calls. |
| 47 | */ |
| 48 | export class LoggingContentGenerator implements ContentGenerator { |
| 49 | constructor( |
| 50 | private readonly wrapped: ContentGenerator, |
| 51 | private readonly config: Config, |
nothing calls this directly
no outgoing calls
no test coverage detected