(_message: string, ..._args: unknown[])
| 15 | }) |
| 16 | } |
| 17 | info(_message: string, ..._args: unknown[]) { |
| 18 | return |
| 19 | } |
| 20 | debug(_message: string, ..._args: unknown[]) { |
| 21 | return |
| 22 | } |
nothing calls this directly
no outgoing calls
no test coverage detected