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

Function forward_error

plugins/libplugin.c:433–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433struct command_result *forward_error(struct command *cmd,
434 const char *buf,
435 const jsmntok_t *error,
436 void *arg UNNEEDED)
437{
438 /* Push through any errors. */
439 return command_done_raw(cmd, "error",
440 buf + error->start, error->end - error->start);
441}
442
443struct command_result *forward_result(struct command *cmd,
444 const char *buf,

Callers 1

currency_doneFunction · 0.85

Calls 1

command_done_rawFunction · 0.85

Tested by

no test coverage detected