File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,14 @@ class DefaultDecisionService: OPTDecisionService {
237
237
return decisions
238
238
}
239
239
240
+ /// Determines the feature decision for a feature flag, considering holdout, experiment and rollout
241
+ /// - Parameters:
242
+ /// - config: The project configuration.
243
+ /// - featureFlag: The feature flag to evaluate.
244
+ /// - user: The user context.
245
+ /// - userProfileTracker: Optional tracker for user profile data.
246
+ /// - options: Optional decision options.
247
+ /// - Returns: A `DecisionResponse` with the feature decision (if any) and reasons.
240
248
func getDecisionForFlag( config: ProjectConfig ,
241
249
featureFlag: FeatureFlag ,
242
250
user: OptimizelyUserContext ,
@@ -274,7 +282,7 @@ class DefaultDecisionService: OPTDecisionService {
274
282
}
275
283
}
276
284
277
- /// Determines the feature decision for a feature flag, considering experiments and holdouts.
285
+ /// Determines the feature decision for a feature flag, considering experiments
278
286
/// - Parameters:
279
287
/// - config: The project configuration.
280
288
/// - featureFlag: The feature flag to evaluate.
You can’t perform that action at this time.
0 commit comments