| 99 | } |
| 100 | |
| 101 | List<LiquidSettingsConstPtr> LiquidsDatabase::allLiquidSettings() const { |
| 102 | return filtered<List<LiquidSettingsConstPtr>>(m_settings, mem_fn(&LiquidSettingsConstPtr::operator bool)); |
| 103 | } |
| 104 | |
| 105 | LiquidId LiquidsDatabase::liquidId(String const& str) const { |
| 106 | return m_liquidNames.get(str); |
no outgoing calls
no test coverage detected