| 19 | } |
| 20 | |
| 21 | bool notifications_topic_is_native(const char *topic) |
| 22 | { |
| 23 | struct notification *noti = find_notification_by_topic(topic); |
| 24 | return noti != NULL; |
| 25 | } |
| 26 | |
| 27 | bool notifications_have_topic(const struct plugins *plugins, const char *topic) |
| 28 | { |
no test coverage detected