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

Function command_hook_success

plugins/libplugin.c:1994–2000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1992}
1993
1994struct command_result *WARN_UNUSED_RESULT
1995command_hook_success(struct command *cmd)
1996{
1997 struct json_stream *response = jsonrpc_stream_success(cmd);
1998 json_add_string(response, "result", "continue");
1999 return command_finished(cmd, response);
2000}
2001
2002struct command_result *WARN_UNUSED_RESULT
2003notification_handled(struct command *cmd)

Callers 15

handle_errorFunction · 0.85
handle_invreq_responseFunction · 0.85
invoice_paymentFunction · 0.85
fail_inv_levelFunction · 0.85
pay_doneFunction · 0.85
handle_custommsgFunction · 0.85
psbt_fund_failedFunction · 0.85
listfunds_successFunction · 0.85
listfunds_failedFunction · 0.85
json_openchannel2_callFunction · 0.85
json_rbf_channel_callFunction · 0.85

Calls 3

jsonrpc_stream_successFunction · 0.70
command_finishedFunction · 0.70
json_add_stringFunction · 0.50

Tested by

no test coverage detected