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

Function notification_handled

plugins/libplugin.c:2677–2683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2675}
2676
2677struct command_result *WARN_UNUSED_RESULT
2678notification_handled(struct command *cmd)
2679{
2680 assert(cmd->type == COMMAND_TYPE_NOTIFICATION);
2681 tal_free(cmd);
2682 return &complete;
2683}
2684
2685bool plugin_developer_mode(const struct plugin *plugin)
2686{

Callers 11

ignore_and_completeFunction · 0.70
datastore_del_failFunction · 0.70
datastore_del_successFunction · 0.70
json_disconnectFunction · 0.70
block_added_notifyFunction · 0.70
json_connectedFunction · 0.50
json_shutdownFunction · 0.50
json_all_notifsFunction · 0.50

Calls 1

tal_freeFunction · 0.85

Tested by 3

json_connectedFunction · 0.40
json_shutdownFunction · 0.40
json_all_notifsFunction · 0.40