Method: Statsig::Evaluator#list_autotunes
- Defined in:
- lib/evaluator.rb
#list_autotunes ⇒ Object
206 207 208 209 210 211 212 213 |
# File 'lib/evaluator.rb', line 206 def list_autotunes keys = [] @spec_store.configs.each do |key, value| if value[:entity] == Const::TYPE_AUTOTUNE keys << key.to_s end end keys end |