Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
void
29
PersistentObject::assertConfig(void)
30
{
31
if (this->config == nullptr)
32
this->config = this->allocConfig();
33
}
34
35
void
36
PersistentObject::loadSerializedConfig(Suscan::Object const &object)
Callers
9
loadSerializedConfig
Method · 0.95
PanoramicDialog
Method · 0.80
InspToolWidget
Method · 0.80
AudioWidget
Method · 0.80
SourceWidget
Method · 0.80
GenericInspector
Method · 0.80
FFTWidget
Method · 0.80
configureUIComponent
Method · 0.80
UIMediator
Method · 0.80
Calls
1
allocConfig
Method · 0.45
Tested by
1
GenericInspector
Method · 0.64