| 12197 | /** |
| 12198 | * Get a string flag value with full evaluation details. |
| 12199 | * @param flagKey The key of the flag to evaluate. |
| 12200 | * @param defaultValue Default value returned when evaluation fails or the flag type does not match. |
| 12201 | * @param context Optional evaluation context for targeting rules. |
| 12202 | */ |
| 12203 | getStringDetails(flagKey: string, defaultValue: string, context?: FlagshipEvaluationContext): Promise<FlagshipEvaluationDetails<string>>; |
| 12204 | /** |
| 12205 | * Get a number flag value with full evaluation details. |
| 12206 | * @param flagKey The key of the flag to evaluate. |
| 12207 | * @param defaultValue Default value returned when evaluation fails or the flag type does not match. |
| 12208 | * @param context Optional evaluation context for targeting rules. |
nothing calls this directly
no outgoing calls
no test coverage detected