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

Method init

src/Library/AllowedMatchesCondition.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 void AllowedMatchesCondition::init(Interface* const interface_ptr)
46 {
47 _interface_ptr = interface_ptr;
48 }
49
50 bool AllowedMatchesCondition::update(const Rule& rule)
51 {

Callers 1

initConditionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected