MCPcopy Create free account
hub / github.com/OpenPrinting/cups / list_devices

Function list_devices

backend/usb-libusb.c:154–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 */
153
154void
155list_devices(void)
156{
157 load_quirks();
158
159 fputs("DEBUG: list_devices\n", stderr);
160 find_device(list_cb, NULL);
161}
162
163
164/*

Callers

nothing calls this directly

Calls 2

load_quirksFunction · 0.85
find_deviceFunction · 0.85

Tested by

no test coverage detected