| 315 | } |
| 316 | |
| 317 | unsigned int |
| 318 | Source::Config::getDecimation(void) const |
| 319 | { |
| 320 | if (this->instance == nullptr) |
| 321 | return 0; |
| 322 | |
| 323 | return suscan_source_config_get_average(this->instance); |
| 324 | } |
| 325 | |
| 326 | bool |
| 327 | Source::Config::getLoop(void) const |
no outgoing calls
no test coverage detected