| 401 | } |
| 402 | |
| 403 | enum suscan_source_format |
| 404 | Source::Config::getFormat(void) const |
| 405 | { |
| 406 | if (this->instance == nullptr) |
| 407 | return SUSCAN_SOURCE_FORMAT_AUTO; |
| 408 | |
| 409 | return suscan_source_config_get_format(this->instance); |
| 410 | } |
| 411 | |
| 412 | enum suscan_source_type |
| 413 | Source::Config::getType(void) const |
no outgoing calls
no test coverage detected