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

Function list_failed

plugins/autoclean.c:583–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583static struct command_result *list_failed(struct command *cmd,
584 const char *method,
585 const char *buf,
586 const jsmntok_t *result,
587 struct per_subsystem *subsystem)
588{
589 plugin_err(plugin, "Failed 'list%s': '%.*s'",
590 get_subsystem_ops(subsystem)->system_name,
591 json_tok_full_len(result),
592 json_tok_full(buf, result));
593}
594
595static struct command_result *do_clean(struct clean_info *cinfo)
596{

Callers

nothing calls this directly

Calls 4

get_subsystem_opsFunction · 0.85
plugin_errFunction · 0.70
json_tok_full_lenFunction · 0.50
json_tok_fullFunction · 0.50

Tested by

no test coverage detected