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

Method getFormat

Suscan/Source.cpp:403–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403enum suscan_source_format
404Source::Config::getFormat(void) const
405{
406 if (this->instance == nullptr)
407 return SUSCAN_SOURCE_FORMAT_AUTO;
408
409 return suscan_source_config_get_format(this->instance);
410}
411
412enum suscan_source_type
413Source::Config::getType(void) const

Callers 2

refreshProfileUiMethod · 0.80
onBrowseCaptureFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected