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

Method setSettingValue

src/Library/ConfigFilePrivate.cpp:122–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 }
121
122 void ConfigFilePrivate::setSettingValue(const std::string& name, std::string& value)
123 {
124 NVPair& setting = _settings.at(name);
125 setting.value = value;
126 _dirty = true;
127 }
128
129 bool ConfigFilePrivate::hasSettingValue(const std::string& name) const
130 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected