noop is a log.Interface that does nothing.
| 19 | |
| 20 | // noop is a log.Interface that does nothing. |
| 21 | type noop struct{} |
| 22 | |
| 23 | // Debug implements log.Interface. |
| 24 | func (noop) Debug(...any) {} |
nothing calls this directly
no outgoing calls
no test coverage detected