MCPcopy Create free account
hub / github.com/imroc/req / DisableDebugLog

Function DisableDebugLog

client_wrapper.go:218–220  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

216// DisableDebugLog is a global wrapper methods which delegated
217// to the default client's Client.DisableDebugLog.
218func 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.

Callers

nothing calls this directly

Calls 1

DisableDebugLogMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…