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

Function plugin_cmd_killed

lightningd/plugin_control.c:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

plugin_killFunction · 0.85

Calls 1

command_failFunction · 0.70

Tested by

no test coverage detected