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

Method assertConfig

Components/PersistentWidget.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void
29PersistentObject::assertConfig(void)
30{
31 if (this->config == nullptr)
32 this->config = this->allocConfig();
33}
34
35void
36PersistentObject::loadSerializedConfig(Suscan::Object const &object)

Callers 9

loadSerializedConfigMethod · 0.95
PanoramicDialogMethod · 0.80
InspToolWidgetMethod · 0.80
AudioWidgetMethod · 0.80
SourceWidgetMethod · 0.80
GenericInspectorMethod · 0.80
FFTWidgetMethod · 0.80
configureUIComponentMethod · 0.80
UIMediatorMethod · 0.80

Calls 1

allocConfigMethod · 0.45

Tested by 1

GenericInspectorMethod · 0.64