EnableDebugLog is a global wrapper methods which delegated to the default client's Client.EnableDebugLog.
()
| 222 | // EnableDebugLog is a global wrapper methods which delegated |
| 223 | // to the default client's Client.EnableDebugLog. |
| 224 | func EnableDebugLog() *Client { |
| 225 | return defaultClient.EnableDebugLog() |
| 226 | } |
| 227 | |
| 228 | // DevMode is a global wrapper methods which delegated |
| 229 | // to the default client's Client.DevMode. |
nothing calls this directly
no test coverage detected
searching dependent graphs…