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

Method setRulesPath

src/Daemon/FileRuleSet.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 void FileRuleSet::setRulesPath(const std::string& path)
72 {
73 _rulesPath = path;
74 }
75
76 void FileRuleSet::load(const std::string& path)
77 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected