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

Function map_feature_to_engine

api/util/mappers/engine.py:181–182  ·  view source on GitHub ↗
(feature: "Feature")

Source from the content-addressed store, hash-verified

179
180
181def map_feature_to_engine(feature: "Feature") -> FeatureModel:
182 return FeatureModel(id=feature.pk, name=feature.name, type=feature.type)
183
184
185def map_mv_option_to_engine(

Calls 1

FeatureModelClass · 0.90

Used in the wild real call sites across dependent graphs

searching dependent graphs…