# Functions
ExperimentEnabled returns whether a given experiment has been enabled by a previous execution of check-in.
ExperimentEnabledKey returns the [model.KeyValueStore] key to use to know whether a disabled experiment has been enabled via check-in.
GetFeatureFlag returns the value of a check-in feature flag.
Store stores the result of the latest check-in in the given key-value store.
# Constants
CheckInFlagsState is the state created by check-in flags.