| 625 | } |
| 626 | |
| 627 | void |
| 628 | Source::Config::setDCRemove(bool value) |
| 629 | { |
| 630 | if (this->instance == nullptr) |
| 631 | return; |
| 632 | |
| 633 | suscan_source_config_set_dc_remove( |
| 634 | this->instance, |
| 635 | value ? SU_TRUE : SU_FALSE); |
| 636 | } |
| 637 | |
| 638 | void |
| 639 | Source::Config::setStartTime(struct timeval const &tv) |
no outgoing calls
no test coverage detected