DisableAutoDecode is a global wrapper methods which delegated to the default client's Client.DisableAutoDecode.
()
| 384 | // DisableAutoDecode is a global wrapper methods which delegated |
| 385 | // to the default client's Client.DisableAutoDecode. |
| 386 | func DisableAutoDecode() *Client { |
| 387 | return defaultClient.DisableAutoDecode() |
| 388 | } |
| 389 | |
| 390 | // EnableAutoDecode is a global wrapper methods which delegated |
| 391 | // to the default client's Client.EnableAutoDecode. |
nothing calls this directly
no test coverage detected
searching dependent graphs…