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

Method loadSerializedConfig

Components/PersistentWidget.cpp:35–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void
36PersistentObject::loadSerializedConfig(Suscan::Object const &object)
37{
38 this->assertConfig();
39
40 this->config->deserialize(object);
41
42 this->applyConfig();
43}
44
45Suscan::Object &&
46PersistentObject::getSerializedConfig(void)

Callers 2

runMethod · 0.80
configureUIComponentMethod · 0.80

Calls 3

assertConfigMethod · 0.95
deserializeMethod · 0.45
applyConfigMethod · 0.45

Tested by

no test coverage detected