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

Method populate

Suscan/Config.cpp:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void
41Config::populate(void)
42{
43 if (instance != nullptr)
44 for (unsigned int i = 0; i < instance->desc->field_count; ++i)
45 this->fields.push_back(FieldValue(instance->values[i]));
46}
47
48Config::Config(suscan_config_t const *instance)
49{

Callers 1

ConfigMethod · 0.95

Calls 1

FieldValueClass · 0.85

Tested by

no test coverage detected