Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
63
func
UnsetTimeout() ClientFunc {
64
return
func
(c *Client) {
65
c.Client.SetTimeout(0)
66
}
67
}
68
69
func
SetIgnoreCodes(codes ...int) ClientFunc {
70
return
func
(c *Client) {
Callers
1
Download
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected