DebugFunc is a function that writes debug information. Use DebugfNoop for silence.
func(format string, v ...interface{})
| 315 | // DebugFunc is a function that writes debug information. |
| 316 | // Use DebugfNoop for silence. |
| 317 | type DebugFunc func(format string, v ...interface{}) |
| 318 | |
| 319 | // DebugfNoop is a silent DebugFunc. |
| 320 | func DebugfNoop(format string, v ...interface{}) {} |
nothing calls this directly
no outgoing calls
no test coverage detected