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

Method getConfig

include/PersistentWidget.h:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 virtual ~PersistentObject();
33
34 Suscan::Serializable *
35 getConfig(void) const
36 {
37 return this->config;
38 }
39
40 void assertConfig(void);
41 void loadSerializedConfig(Suscan::Object const &object);

Callers 3

saveConfigMethod · 0.45
AppConfigMethod · 0.45
Application.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected