Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
293
bool device_is_added(const struct Device* device) {
294
return device->internal->state.added;
295
}
296
297
void device_lock(struct Device* device) {
298
mutex_lock(&device->internal->mutex);
Callers
4
DeviceTest.cpp
File · 0.85
stop_child
Function · 0.85
driver_bind
Function · 0.85
driver_unbind
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected