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

Function ignore_datastore_reply

plugins/bkpr/bookkeeper.c:173–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173struct command_result *ignore_datastore_reply(struct command *cmd,
174 const char *method,
175 const char *buf,
176 const jsmntok_t *result,
177 void *arg)
178{
179 return command_still_pending(cmd);
180}
181
182/* FIXME: reorder to avoid fwd decls. */
183static void

Callers

nothing calls this directly

Calls 1

command_still_pendingFunction · 0.50

Tested by

no test coverage detected