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

Method label

Suscan/Source.cpp:243–250  ·  view source on GitHub ↗

////////////////////////// Methods //////////////////////////////////////

Source from the content-addressed store, hash-verified

241
242/////////////////////////////// Methods //////////////////////////////////////
243std::string
244Source::Config::label(void) const
245{
246 if (this->instance == nullptr)
247 return "<Null profile>";
248
249 return suscan_source_config_get_label(this->instance);
250}
251
252Suscan::Object
253Source::Config::serialize(void)

Callers 7

startCaptureMethod · 0.80
onProfileChangedMethod · 0.80
refreshProfileUiMethod · 0.80
onSaveProfileMethod · 0.80
saveProfileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected