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

Function command_its_complicated

lightningd/jsonrpc.c:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49struct command_result *command_its_complicated(const char *relationship_details
50 UNNEEDED)
51{
52 return &unknown;
53}
54
55/* This represents a JSON RPC connection. It can invoke multiple commands, but
56 * a command can outlive the connection, which could close any time. */

Callers 5

json_openchannel_initFunction · 0.70
json_queryratesFunction · 0.70
json_fundchannel_startFunction · 0.70
json_waitanyinvoiceFunction · 0.70
json_waitinvoiceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected