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

Function command_logger

lightningd/jsonrpc.c:149–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

json_checkmessageFunction · 0.70
plugin_setconfig_doneFunction · 0.70
plugin_set_dynamic_optFunction · 0.70
command_deprecated_in_okFunction · 0.70
json_invoiceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected