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

Method getIQBalance

Suscan/Source.cpp:344–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344bool
345Source::Config::getIQBalance(void) const
346{
347 if (this->instance == nullptr)
348 return false;
349
350 return suscan_source_config_get_iq_balance(this->instance) != SU_FALSE;
351}
352
353struct timeval
354Source::Config::getStartTime(void) const

Callers 2

refreshProfileUiMethod · 0.80
onCheckButtonsToggledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected