MCPcopy Create free account
hub / github.com/Sapd/HeadsetControl / DeviceListNode

Class DeviceListNode

src/main.c:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 if (parameters.test_device) {
68 if (!get_device(devices_found->element, VENDOR_TESTDEVICE, PRODUCT_TESTDEVICE)) {
69 curr_node->next = malloc(sizeof(struct DeviceListNode));
70 curr_node->next->element = malloc(sizeof(struct device));
71 curr_node = devices_found->next;
72 found++;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected