| 565 | } |
| 566 | |
| 567 | void |
| 568 | Source::Config::setInterface(std::string const &iface) |
| 569 | { |
| 570 | if (this->instance == nullptr) |
| 571 | return; |
| 572 | |
| 573 | SU_ATTEMPT(suscan_source_config_set_interface(this->instance, iface.c_str())); |
| 574 | } |
| 575 | |
| 576 | void |
| 577 | Source::Config::setParam(std::string const &key, std::string const &val) |
no outgoing calls
no test coverage detected