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

Function EnableDebugLog

client_wrapper.go:224–226  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

222// EnableDebugLog is a global wrapper methods which delegated
223// to the default client's Client.EnableDebugLog.
224func 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.

Callers

nothing calls this directly

Calls 1

EnableDebugLogMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…