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

Class FeatureModel

api/util/engine_models/features/models.py:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12
13class FeatureModel(BaseModel):
14 id: int
15 name: str
16 type: str
17
18
19class MultivariateFeatureOptionModel(BaseModel):

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…