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

Function plugin_cmd_killed

lightningd/plugin_control.c:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42struct command_result *plugin_cmd_killed(struct plugin_command *pcmd,
43 struct plugin *plugin, const char *msg)
44{
45 return command_fail(pcmd->cmd, PLUGIN_ERROR, "%s: %s", plugin->cmd, msg);
46}
47
48struct command_result *plugin_cmd_succeeded(struct plugin_command *pcmd,
49 struct plugin *plugin)

Callers 1

plugin_killFunction · 0.85

Calls 1

command_failFunction · 0.70

Tested by

no test coverage detected