MCPcopy Index your code
hub / github.com/helm/helm / ClientOptDebug

Function ClientOptDebug

pkg/registry/client.go:150–154  ·  view source on GitHub ↗

ClientOptDebug returns a function that sets the debug setting on client options set

(debug bool)

Source from the content-addressed store, hash-verified

148
149// ClientOptDebug returns a function that sets the debug setting on client options set
150func ClientOptDebug(debug bool) ClientOption {
151 return func(client *Client) {
152 client.debug = debug
153 }
154}
155
156// ClientOptEnableCache returns a function that sets the enableCache setting on a client options set
157func ClientOptEnableCache(enableCache bool) ClientOption {

Callers 3

newDefaultRegistryClientFunction · 0.92
newRegistryClientWithTLSFunction · 0.92
setupFunction · 0.85

Calls

no outgoing calls

Tested by 1

setupFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…