MCPcopy Create free account
hub / github.com/CrunchyData/postgres-operator / Enabled

Method Enabled

internal/feature/features.go:56–56  ·  view source on GitHub ↗
(Feature)

Source from the content-addressed store, hash-verified

54// Gate indicates what features exist and which are enabled.
55type Gate interface {
56 Enabled(Feature) bool
57}
58
59// MutableGate contains features that can be enabled or disabled.

Callers 6

TestDefaultsFunction · 0.95
TestStringFormatFunction · 0.95
ReconcileMethod · 0.65
TestLogrusFunction · 0.65
EnabledFunction · 0.65
ShowEnabledFunction · 0.65

Implementers 1

sinkinternal/logging/logr.go

Calls

no outgoing calls

Tested by 3

TestDefaultsFunction · 0.76
TestStringFormatFunction · 0.76
TestLogrusFunction · 0.52