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

Function command_still_pending

lightningd/jsonrpc.c:621–631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619}
620
621struct command_result *command_still_pending(struct command *cmd)
622{
623 notleak_with_children(cmd);
624 cmd->pending = true;
625
626 /* If we've started writing, wake reader. */
627 if (cmd->json_stream)
628 json_stream_flush(cmd->json_stream);
629
630 return &pending;
631}
632
633static void json_command_malformed(struct json_connection *jcon,
634 const char *id,

Callers 15

json_openchannel_abortFunction · 0.70
openchannel_bumpFunction · 0.70
json_openchannel_bumpFunction · 0.70
json_openchannel_signedFunction · 0.70
json_openchannel_updateFunction · 0.70
openchannel_initFunction · 0.70
json_openchannel_initFunction · 0.70
json_queryratesFunction · 0.70
json_waitFunction · 0.70
json_checkmessageFunction · 0.70
json_disconnectFunction · 0.70

Calls 1

json_stream_flushFunction · 0.85

Tested by

no test coverage detected