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

Function command_check_done

plugins/libplugin.c:693–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691}
692
693struct command_result *command_check_done(struct command *cmd)
694{
695 struct json_stream *js = jsonrpc_stream_start(cmd);
696 assert(command_check_only(cmd));
697
698 json_out_add_splice(js->jout, "result",
699 json_out_obj(cmd, "command_to_check",
700 cmd->methodname));
701 return command_complete(cmd, js);
702}
703
704void command_set_usage(struct command *cmd, const char *usage TAKES)
705{

Callers 8

json_exposesecretFunction · 0.70
json_fetchinvoiceFunction · 0.70
ld_command_handleFunction · 0.70
json_offerFunction · 0.70
listdatastore_okFunction · 0.50

Calls 5

jsonrpc_stream_startFunction · 0.85
json_out_add_spliceFunction · 0.85
command_completeFunction · 0.85
command_check_onlyFunction · 0.70
json_out_objFunction · 0.70

Tested by 1

listdatastore_okFunction · 0.40