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

Method getLoop

Suscan/Source.cpp:326–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326bool
327Source::Config::getLoop(void) const
328{
329 if (this->instance == nullptr)
330 return true;
331
332 return suscan_source_config_get_loop(this->instance) != SU_FALSE;
333}
334
335bool
336Source::Config::getDCRemove(void) const

Callers 2

refreshProfileUiMethod · 0.80
onCheckButtonsToggledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected