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

Method update

src/Library/FixedStateCondition.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 bool FixedStateCondition::update(const Rule& rule)
42 {
43 (void)rule;
44 return _state;
45 }
46
47 RuleConditionBase* FixedStateCondition::clone() const
48 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected