| 51 | let _clearcut_logger_instance: ClearcutLogger | undefined; |
| 52 | |
| 53 | export class ClearcutLogger { |
| 54 | #persistence: Persistence; |
| 55 | #watchdog: WatchdogClient; |
| 56 | #mcpClient: McpClient; |
nothing calls this directly
no outgoing calls
no test coverage detected