We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261ee72 commit 7348285Copy full SHA for 7348285
DevCycle/Models/UserConfig.swift
@@ -232,6 +232,10 @@ public struct EvalReason {
232
static func defaultReason(details: String) -> EvalReason {
233
return EvalReason(reason: "DEFAULT", details: details)
234
}
235
+
236
+ public static func openFeatureEvalReason(reason: String) -> EvalReason {
237
+ return EvalReason(reason: reason, details: "")
238
+ }
239
240
241
public typealias EvalMetaData = [String: Any]
0 commit comments