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

Function datastore_del_fail

plugins/funder.c:142–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142static struct command_result *
143datastore_del_fail(struct command *cmd,
144 const char *method,
145 const char *buf,
146 const jsmntok_t *error,
147 void *data UNUSED)
148{
149 /* Eh, ok fine */
150 return notification_handled(cmd);
151}
152
153static struct command_result *
154datastore_del_success(struct command *cmd,

Callers

nothing calls this directly

Calls 1

notification_handledFunction · 0.70

Tested by

no test coverage detected