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

Function SetOutputDirectory

client_wrapper.go:74–76  ·  view source on GitHub ↗

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

(dir string)

Source from the content-addressed store, hash-verified

72// SetOutputDirectory is a global wrapper methods which delegated
73// to the default client's Client.SetOutputDirectory.
74func SetOutputDirectory(dir string) *Client {
75 return defaultClient.SetOutputDirectory(dir)
76}
77
78// SetCertFromFile is a global wrapper methods which delegated
79// to the default client's Client.SetCertFromFile.

Callers

nothing calls this directly

Calls 1

SetOutputDirectoryMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…