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

Function spam_done

tests/plugins/test_libplugin.c:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202static struct command_result *spam_done(struct command *cmd, void *unused)
203{
204 return command_success(cmd, json_out_obj(cmd, NULL, NULL));
205}
206
207static struct command_result *spam_errcb(struct command *cmd,
208 const char *method,

Callers

nothing calls this directly

Calls 2

command_successFunction · 0.50
json_out_objFunction · 0.50

Tested by

no test coverage detected