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

Function command_still_pending

plugins/libplugin.c:531–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531struct command_result *WARN_UNUSED_RESULT
532command_still_pending(struct command *cmd)
533{
534 notleak_with_children(cmd);
535 return &pending;
536}
537
538struct json_out *json_out_obj(const tal_t *ctx,
539 const char *fieldname,

Callers 15

wait_doneFunction · 0.70
refresh_tablesFunction · 0.70
sendonionmsg_doneFunction · 0.70
payment_child_finishedFunction · 0.70
payment_finishedFunction · 0.70
payment_continueFunction · 0.70
after_send_scb_singleFunction · 0.70
send_to_peersFunction · 0.70
payersign_doneFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected