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

Function fail_internalerr

plugins/offers_inv_hook.c:79–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79static struct command_result *WARN_UNUSED_RESULT
80fail_internalerr(struct command *cmd,
81 const struct inv *inv,
82 const char *fmt, ...)
83{
84 va_list ap;
85 struct command_result *ret;
86
87 va_start(ap, fmt);
88 ret = fail_inv_level(cmd, inv, LOG_BROKEN, fmt, ap);
89 va_end(ap);
90
91 return ret;
92}
93
94static struct command_result *pay_done(struct command *cmd,
95 const char *method,

Callers 2

listinvreqs_doneFunction · 0.70
listinvreqs_errorFunction · 0.70

Calls 1

fail_inv_levelFunction · 0.85

Tested by

no test coverage detected