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

Method setLabel

Suscan/Source.cpp:683–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

681}
682
683void
684Source::Config::setLabel(const std::string &path)
685{
686 if (this->instance == nullptr)
687 return;
688
689 SU_ATTEMPT(
690 suscan_source_config_set_label(
691 this->instance,
692 path.c_str()));
693}
694
695void
696Source::Config::setDevice(const Source::Device &dev)

Callers 1

onSaveProfileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected