Method: OpenC3::ReducerModel.all_files
- Defined in:
- lib/openc3/models/reducer_model.rb
.all_files(type:, target:, scope:) ⇒ Object
68 69 70 |
# File 'lib/openc3/models/reducer_model.rb', line 68 def self.all_files(type:, target:, scope:) Store.smembers("#{scope}__#{target}__reducer__#{type.downcase}").sort end |