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

Method getRestoreControllerDeviceState

src/Library/DeviceManagerPrivate.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 bool DeviceManagerPrivate::getRestoreControllerDeviceState() const
69 {
70 return _restore_controller_device_state;
71 }
72
73 void DeviceManagerPrivate::insertDevice(std::shared_ptr<Device> device)
74 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected