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

Method getDCRemove

Suscan/Source.cpp:335–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335bool
336Source::Config::getDCRemove(void) const
337{
338 if (this->instance == nullptr)
339 return true;
340
341 return suscan_source_config_get_dc_remove(this->instance) != SU_FALSE;
342}
343
344bool
345Source::Config::getIQBalance(void) const

Callers 5

hotApplyProfileMethod · 0.45
applySourceInfoMethod · 0.45
setProfileMethod · 0.45
refreshProfileUiMethod · 0.45
onCheckButtonsToggledMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected