//////////////////////////// Source Wrappers ////////////////////////////
| 740 | |
| 741 | ///////////////////////////////// Source Wrappers //////////////////////////// |
| 742 | Source::Source(Config const& config) |
| 743 | { |
| 744 | SU_ATTEMPT(this->instance = suscan_source_new(config.instance)); |
| 745 | |
| 746 | this->config = this->instance->config; // Borrowed |
| 747 | } |
| 748 | |
| 749 | Source::~Source() |
| 750 | { |
nothing calls this directly
no outgoing calls
no test coverage detected