| 43 | } |
| 44 | |
| 45 | static int compare_inputs_at(const struct input_set *a, |
| 46 | const struct input_set *b, |
| 47 | void *unused UNUSED) |
| 48 | { |
| 49 | return compare_serials(&a->input.unknowns, |
| 50 | &b->input.unknowns); |
| 51 | } |
| 52 | |
| 53 | static int compare_outputs_at(const struct output_set *a, |
| 54 | const struct output_set *b, |
nothing calls this directly
no test coverage detected