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

Function DevMode

client_wrapper.go:230–232  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

228// DevMode is a global wrapper methods which delegated
229// to the default client's Client.DevMode.
230func DevMode() *Client {
231 return defaultClient.DevMode()
232}
233
234// SetScheme is a global wrapper methods which delegated
235// to the default client's Client.SetScheme.

Callers

nothing calls this directly

Calls 1

DevModeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…