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

Method forgetSysfsPath

src/Library/DeviceManagerBase.cpp:395–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393 }
394
395 void DeviceManagerBase::forgetSysfsPath(const std::string& sysfs_path)
396 {
397 USBGUARD_LOG(Trace) << "Forget sysfs_path=" << sysfs_path;
398 _sysfs_path_to_id_map.erase(sysfs_path);
399 }
400
401} /* namespace usbguard */
402

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected