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

Function datastore_del_success

plugins/funder.c:153–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153static struct command_result *
154datastore_del_success(struct command *cmd,
155 const char *method,
156 const char *buf,
157 const jsmntok_t *result,
158 void *data UNUSED)
159{
160 /* Cool we deleted some stuff */
161 plugin_log(cmd->plugin, LOG_DBG,
162 "`datastore` del succeeded: %.*s",
163 json_tok_full_len(result),
164 json_tok_full(buf, result));
165
166 return notification_handled(cmd);
167}
168
169static struct command_result *
170datastore_add_fail(struct command *cmd,

Callers

nothing calls this directly

Calls 4

plugin_logFunction · 0.70
notification_handledFunction · 0.70
json_tok_full_lenFunction · 0.50
json_tok_fullFunction · 0.50

Tested by

no test coverage detected