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

Function was_pending

lightningd/jsonrpc.h:157–160  ·  view source on GitHub ↗

Wrapper for pending commands (ignores return) */

Source from the content-addressed store, hash-verified

155
156/* Wrapper for pending commands (ignores return) */
157static inline void was_pending(const struct command_result *res)
158{
159 assert(res);
160}
161
162/* Transition for ignoring command */
163static inline void fixme_ignore(const struct command_result *res)

Callers 15

handle_tx_broadcastFunction · 0.70
check_utxo_blockFunction · 0.70
handle_dry_run_finishedFunction · 0.70
openchannel_invalid_psbtFunction · 0.70
handle_psbt_changedFunction · 0.70
handle_commit_receivedFunction · 0.70
wait_index_bumpFunction · 0.70
destroy_channelFunction · 0.70
channel_cleanup_commandsFunction · 0.70
listnodes_doneFunction · 0.70
peer_disconnectedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected