////////////////////////// Methods //////////////////////////////////////
| 241 | |
| 242 | /////////////////////////////// Methods ////////////////////////////////////// |
| 243 | std::string |
| 244 | Source::Config::label(void) const |
| 245 | { |
| 246 | if (this->instance == nullptr) |
| 247 | return "<Null profile>"; |
| 248 | |
| 249 | return suscan_source_config_get_label(this->instance); |
| 250 | } |
| 251 | |
| 252 | Suscan::Object |
| 253 | Source::Config::serialize(void) |
no outgoing calls
no test coverage detected