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

Function was_pending

lightningd/jsonrpc.h:149–152  ·  view source on GitHub ↗

Wrapper for pending commands (ignores return) */

Source from the content-addressed store, hash-verified

147
148/* Wrapper for pending commands (ignores return) */
149static inline void was_pending(const struct command_result *res)
150{
151 assert(res);
152}
153
154/* Transition for ignoring command */
155static inline void fixme_ignore(const struct command_result *res)

Callers 15

process_utxo_resultFunction · 0.85
sendpsbt_doneFunction · 0.85
handle_tx_broadcastFunction · 0.85
check_utxo_blockFunction · 0.85
handle_dry_run_finishedFunction · 0.85
handle_psbt_changedFunction · 0.85
handle_commit_receivedFunction · 0.85
destroy_channelFunction · 0.85
channel_cleanup_commandsFunction · 0.85
listnodes_doneFunction · 0.85
peer_disconnect_doneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected