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

Method setParentHash

src/Library/RulePrivate.cpp:356–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354 }
355
356 void RulePrivate::setParentHash(const std::string& value)
357 {
358 _parent_hash.set(value);
359 }
360
361 const std::string& RulePrivate::getParentHash() const
362 {

Callers 1

dmHookDeviceEventMethod · 0.45

Calls 1

setMethod · 0.80

Tested by

no test coverage detected