Sets the set of possible adducts
| 276 | |
| 277 | /// Sets the set of possible adducts |
| 278 | void MassExplainer::setAdductBase(AdductsType adduct_base) |
| 279 | { |
| 280 | adduct_base_ = std::move(adduct_base); |
| 281 | } |
| 282 | |
| 283 | /// Returns the set of adducts |
| 284 | MassExplainer::AdductsType MassExplainer::getAdductBase() const |
no outgoing calls
no test coverage detected