| 636 | } |
| 637 | |
| 638 | void |
| 639 | Source::Config::setStartTime(struct timeval const &tv) |
| 640 | { |
| 641 | if (this->instance == nullptr) |
| 642 | return; |
| 643 | |
| 644 | suscan_source_config_set_start_time(this->instance,tv); |
| 645 | } |
| 646 | |
| 647 | |
| 648 | void |
no outgoing calls
no test coverage detected