MCPcopy Create free account
hub / github.com/ElementsProject/lightning / notifications_topic_is_native

Function notifications_topic_is_native

lightningd/notification.c:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

plugin_notifications_addFunction · 0.85
notifications_have_topicFunction · 0.85

Calls 1

Tested by

no test coverage detected