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

Function command_check_only

lightningd/jsonrpc.c:1426–1429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1424}
1425
1426bool command_check_only(const struct command *cmd)
1427{
1428 return cmd->mode == CMD_CHECK || cmd->mode == CMD_CHECK_FAILED;
1429}
1430
1431void jsonrpc_listen(struct jsonrpc *jsonrpc, struct lightningd *ld)
1432{

Callers 15

json_openchannel_abortFunction · 0.70
json_openchannel_bumpFunction · 0.70
json_openchannel_signedFunction · 0.70
json_openchannel_updateFunction · 0.70
json_openchannel_initFunction · 0.70
json_queryratesFunction · 0.70
json_signmessageFunction · 0.70
json_checkmessageFunction · 0.70
json_disconnectFunction · 0.70
json_setchannelFunction · 0.70
json_dev_reenable_commitFunction · 0.70
json_dev_forget_channelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected