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

Method setInterface

src/Daemon/RuleSetFactory.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 Interface* RuleSetFactory::interface_ptr = nullptr;
44
45 void RuleSetFactory::setInterface(Interface* ptr)
46 {
47 RuleSetFactory::interface_ptr = ptr;
48 }
49
50 std::vector<std::shared_ptr<RuleSet>> RuleSetFactory::generateDefaultRuleSet()
51 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected