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

Function fail_inv

plugins/offers_inv_hook.c:65–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65static struct command_result *WARN_UNUSED_RESULT
66fail_inv(struct command *cmd,
67 const struct inv *inv,
68 const char *fmt, ...)
69{
70 va_list ap;
71 struct command_result *ret;
72
73 va_start(ap, fmt);
74 ret = fail_inv_level(cmd, inv, LOG_DBG, fmt, ap);
75 va_end(ap);
76
77 return ret;
78}
79
80static struct command_result *WARN_UNUSED_RESULT
81fail_internalerr(struct command *cmd,

Callers 5

test_fieldFunction · 0.85
test_field_eqFunction · 0.85
pay_errorFunction · 0.85
listoffers_doneFunction · 0.85
handle_invoiceFunction · 0.85

Calls 1

fail_inv_levelFunction · 0.85

Tested by 2

test_fieldFunction · 0.68
test_field_eqFunction · 0.68