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

Function command_err_raw

plugins/libplugin.c:419–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419struct command_result *command_err_raw(struct command *cmd,
420 const char *json_str)
421{
422 return command_done_raw(cmd, "error",
423 json_str, strlen(json_str));
424}
425
426struct command_result *timer_complete(struct plugin *p)
427{

Callers 3

mfc_err_raw_completeFunction · 0.85
mw_perform_cleanupFunction · 0.85
mw_after_cleanupFunction · 0.85

Calls 1

command_done_rawFunction · 0.85

Tested by

no test coverage detected