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

Function EnableDumpAllToFile

client_wrapper.go:260–262  ·  view source on GitHub ↗

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

(filename string)

Source from the content-addressed store, hash-verified

258// EnableDumpAllToFile is a global wrapper methods which delegated
259// to the default client's Client.EnableDumpAllToFile.
260func EnableDumpAllToFile(filename string) *Client {
261 return defaultClient.EnableDumpAllToFile(filename)
262}
263
264// EnableDumpAllTo is a global wrapper methods which delegated
265// to the default client's Client.EnableDumpAllTo.

Callers

nothing calls this directly

Calls 1

EnableDumpAllToFileMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…