MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / device_is_added

Function device_is_added

TactilityKernel/source/device.cpp:293–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293bool device_is_added(const struct Device* device) {
294 return device->internal->state.added;
295}
296
297void device_lock(struct Device* device) {
298 mutex_lock(&device->internal->mutex);

Callers 4

DeviceTest.cppFile · 0.85
stop_childFunction · 0.85
driver_bindFunction · 0.85
driver_unbindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected