MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / SecretsStoreSecret

Interface SecretsStoreSecret

services/notifications/worker-configuration.d.ts:12199–12205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Implementers 3

MemoryKvservices/deploy-infra/dispatcher/src/r
MockDurableObjectStorageservices/deploy-infra/builder/src/test
AlertConfigDOservices/o11y/src/alerting/AlertConfig

Calls

no outgoing calls

Tested by

no test coverage detected