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

Function command_err_raw

plugins/libplugin.c:613–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611}
612
613struct command_result *command_err_raw(struct command *cmd,
614 const char *json_str)
615{
616 assert(cmd->type == COMMAND_TYPE_NORMAL
617 || cmd->type == COMMAND_TYPE_CHECK);
618 return command_done_raw(cmd, "error",
619 json_str, strlen(json_str));
620}
621
622struct command_result *timer_complete(struct command *cmd)
623{

Callers 4

txprepare_cleanup_doneFunction · 0.85
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