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

Method hasParam

Suscan/Source.cpp:453–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453bool
454Source::Config::hasParam(const std::string &key) const
455{
456 const char *param;
457
458 if (this->instance == nullptr)
459 return "";
460
461 param = suscan_source_config_get_param(this->instance, key.c_str());
462
463 return param != nullptr;
464}
465
466SUBOOL
467Source::Config::walkParams(

Callers 1

refreshProfileUiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected