MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / FeatureEvaluationBucket

Class FeatureEvaluationBucket

api/app_analytics/models.py:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123
124class FeatureEvaluationBucket(AbstractBucket):
125 feature_name = models.CharField(max_length=2000)
126
127 @hook(BEFORE_CREATE)
128 def check_overlapping_buckets(self): # type: ignore[no-untyped-def]
129 filter = models.Q(feature_name=self.feature_name)
130 super().check_overlapping_buckets(filter) # type: ignore[no-untyped-call]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…