MCPcopy
hub / github.com/helm/helm / Gate

TypeAlias Gate

pkg/gates/gates.go:24–24  ·  view source on GitHub ↗

Gate is the name of the feature gate.

Source from the content-addressed store, hash-verified

22
23// Gate is the name of the feature gate.
24type Gate string
25
26// String returns the string representation of this feature gate.
27func (g Gate) String() string {

Callers 3

TestIsEnabledFunction · 0.85
TestErrorFunction · 0.85
TestStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected