MCPcopy Create free account
hub / github.com/Hamlib/Hamlib / hash_sort_by_model_id

Function hash_sort_by_model_id

tests/rigctl_parse.c:470–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468
469
470void hash_sort_by_model_id()
471{
472 if (models != NULL)
473 {
474 HASH_SORT(models, hash_model_id_sort);
475 }
476 else
477 {
478 rig_debug(RIG_DEBUG_ERR, "%s: models empty?\n", __func__);
479 }
480}
481
482
483/* Delete hash */

Callers 1

list_modelsFunction · 0.70

Calls 1

rig_debugFunction · 0.85

Tested by

no test coverage detected