| 62 | } |
| 63 | |
| 64 | static void on_change(md_result_t *result) |
| 65 | { |
| 66 | if (result->on_change) result->on_change(result, result->on_change_data); |
| 67 | } |
| 68 | |
| 69 | void md_result_activity_set(md_result_t *result, const char *activity) |
| 70 | { |
no outgoing calls
no test coverage detected