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

Function newWaitValue

pkg/cmd/flags.go:70–73  ·  view source on GitHub ↗
(defaultValue kube.WaitStrategy, ws *kube.WaitStrategy)

Source from the content-addressed store, hash-verified

68type waitValue kube.WaitStrategy
69
70func newWaitValue(defaultValue kube.WaitStrategy, ws *kube.WaitStrategy) *waitValue {
71 *ws = defaultValue
72 return (*waitValue)(ws)
73}
74
75func (ws *waitValue) String() string {
76 if ws == nil {

Callers 1

AddWaitFlagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…