| 60 | { |
| 61 | DeviceListNode* devices_found = malloc(sizeof(DeviceListNode)); |
| 62 | devices_found->element = malloc(sizeof(struct device)); |
| 63 | DeviceListNode* curr_node = devices_found; |
| 64 | int found = 0; |
| 65 |
nothing calls this directly
no outgoing calls
no test coverage detected