DisableDebugLog is a global wrapper methods which delegated to the default client's Client.DisableDebugLog.
()
| 216 | // DisableDebugLog is a global wrapper methods which delegated |
| 217 | // to the default client's Client.DisableDebugLog. |
| 218 | func DisableDebugLog() *Client { |
| 219 | return defaultClient.DisableDebugLog() |
| 220 | } |
| 221 | |
| 222 | // EnableDebugLog is a global wrapper methods which delegated |
| 223 | // to the default client's Client.EnableDebugLog. |
nothing calls this directly
no test coverage detected
searching dependent graphs…