| 333 | } |
| 334 | |
| 335 | bool |
| 336 | Source::Config::getDCRemove(void) const |
| 337 | { |
| 338 | if (this->instance == nullptr) |
| 339 | return true; |
| 340 | |
| 341 | return suscan_source_config_get_dc_remove(this->instance) != SU_FALSE; |
| 342 | } |
| 343 | |
| 344 | bool |
| 345 | Source::Config::getIQBalance(void) const |
no outgoing calls
no test coverage detected