MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / setType

Method setType

Suscan/Source.cpp:659–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657}
658
659void
660Source::Config::setType(enum suscan_source_type type)
661{
662 if (this->instance == nullptr)
663 return;
664
665 suscan_source_config_set_type_format(
666 this->instance,
667 type,
668 suscan_source_config_get_format(this->instance));
669}
670
671void
672Source::Config::setFormat(enum suscan_source_format fmt)

Callers 2

saveMethod · 0.80
onToggleSourceTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected