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

Method get

Suscan/Config.cpp:62–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62FieldValue const *
63Config::get(std::string const &name) const
64{
65 for (auto p = this->fields.begin();
66 p != this->fields.end();
67 ++p) {
68 if (p->getName() == name)
69 return &*p;
70 }
71
72 return nullptr;
73}
74
75ConfigContext::ConfigContext(suscan_config_context_t *ctx)
76{

Callers 15

deserializeMethod · 0.45
LoaderMethod · 0.45
deserializeMethod · 0.45
connectAnalyzerMethod · 0.45
startCaptureMethod · 0.45
stopCaptureMethod · 0.45
restartCaptureMethod · 0.45
feedMethod · 0.45
getBaudRateFloatMethod · 0.45
getBpsMethod · 0.45

Calls 3

beginMethod · 0.45
endMethod · 0.45
getNameMethod · 0.45

Tested by 9

feedMethod · 0.36
getBaudRateFloatMethod · 0.36
getBpsMethod · 0.36
getBooleanMethod · 0.36
getFloatMethod · 0.36
getUint64Method · 0.36
refreshEntryMethod · 0.36
feedPSDMethod · 0.36