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

Class log_info

lightningd/log.c:868–874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

866}
867
868struct log_info {
869 enum log_level level;
870 struct json_stream *response;
871 unsigned int num_skipped;
872 /* If non-null, only show messages about this peer */
873 const struct node_id *node_id;
874};
875
876static void add_skipped(struct log_info *info)
877{

Callers 15

db_migrateFunction · 0.85
json_openchannel_initFunction · 0.85
opt_add_pluginFunction · 0.85
opt_important_pluginFunction · 0.85
handle_early_optsFunction · 0.85
handle_optsFunction · 0.85
channel_set_stateFunction · 0.85
channel_errFunction · 0.85
sd_msg_readFunction · 0.85
channel_errmsgFunction · 0.85
plugin_blacklistFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected