Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loadConfiguration
Method · 0.45
upsertRule
Method · 0.45
appendRule
Method · 0.45
removeRule
Method · 0.45
Calls
1
count
Method · 0.80
Tested by
no test coverage detected