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

Function get_cmdlist

lightningd/jsonrpc.c:410–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408AUTODATA(json_command, &dev_command);
409
410static struct json_command **get_cmdlist(size_t *num_cmdlist)
411{
412 static struct json_command **cmdlist;
413 if (!cmdlist)
414 cmdlist = autodata_get(json_command, num_cmdlist);
415
416 return cmdlist;
417}
418
419struct json_help_info {
420 struct command *cmd;

Callers 1

jsonrpc_setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected