MCPcopy Index your code
hub / github.com/imroc/req / DisableAutoDecode

Function DisableAutoDecode

client_wrapper.go:386–388  ·  view source on GitHub ↗

DisableAutoDecode is a global wrapper methods which delegated to the default client's Client.DisableAutoDecode.

()

Source from the content-addressed store, hash-verified

384// DisableAutoDecode is a global wrapper methods which delegated
385// to the default client's Client.DisableAutoDecode.
386func 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.

Callers

nothing calls this directly

Calls 1

DisableAutoDecodeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…