(_message: string, ..._args: unknown[])
| 18 | return |
| 19 | } |
| 20 | debug(_message: string, ..._args: unknown[]) { |
| 21 | return |
| 22 | } |
| 23 | verbose(_message: string, ..._args: unknown[]) { |
| 24 | return |
| 25 | } |
nothing calls this directly
no outgoing calls
no test coverage detected