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

Function ignore_cb

plugins/libplugin.c:153–159  ·  view source on GitHub ↗

When cmd for request is gone, we use this as noop callback */

Source from the content-addressed store, hash-verified

151
152/* When cmd for request is gone, we use this as noop callback */
153static struct command_result *ignore_cb(struct command *command,
154 const char *buf,
155 const jsmntok_t *result,
156 void *arg)
157{
158 return command_done();
159}
160
161static void disable_request_cb(struct command *cmd, struct out_req *out)
162{

Callers

nothing calls this directly

Calls 1

command_doneFunction · 0.85

Tested by

no test coverage detected