MCPcopy
hub / github.com/koderover/zadig / UnsetTimeout

Function UnsetTimeout

pkg/cli/zadig-agent/util/client/client_options.go:63–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63func UnsetTimeout() ClientFunc {
64 return func(c *Client) {
65 c.Client.SetTimeout(0)
66 }
67}
68
69func SetIgnoreCodes(codes ...int) ClientFunc {
70 return func(c *Client) {

Callers 1

DownloadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected