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

Function command_log

lightningd/jsonrpc.c:151–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151struct log *command_log(struct command *cmd)
152{
153 if (cmd->jcon)
154 return cmd->jcon->log;
155 return cmd->ld->log;
156}
157
158static struct command_result *json_help(struct command *cmd,
159 const char *buffer,

Callers 2

json_checkmessageFunction · 0.70
json_invoiceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected