| 1673 | } |
| 1674 | |
| 1675 | static struct command_result *inject_refresh_done(struct command *notif_cmd, |
| 1676 | void *unused) |
| 1677 | { |
| 1678 | return notification_handled(notif_cmd); |
| 1679 | } |
| 1680 | |
| 1681 | static struct command_result *inject_done(struct command *notif_cmd, |
| 1682 | const char *methodname, |
nothing calls this directly
no test coverage detected