MCPcopy Create free account
hub / github.com/USBGuard/usbguard / hasSettingValue

Method hasSettingValue

src/Library/ConfigFilePrivate.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128
129 bool ConfigFilePrivate::hasSettingValue(const std::string& name) const
130 {
131 return (_settings.count(name) != 0);
132 }
133
134 void ConfigFilePrivate::parse()
135 {

Callers 4

loadConfigurationMethod · 0.45
upsertRuleMethod · 0.45
appendRuleMethod · 0.45
removeRuleMethod · 0.45

Calls 1

countMethod · 0.80

Tested by

no test coverage detected