| 324 | } |
| 325 | |
| 326 | bool |
| 327 | Source::Config::getLoop(void) const |
| 328 | { |
| 329 | if (this->instance == nullptr) |
| 330 | return true; |
| 331 | |
| 332 | return suscan_source_config_get_loop(this->instance) != SU_FALSE; |
| 333 | } |
| 334 | |
| 335 | bool |
| 336 | Source::Config::getDCRemove(void) const |
no outgoing calls
no test coverage detected