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

Function command_complete_nojson

plugins/libplugin.c:478–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478static struct command_result *command_complete_nojson(struct command *cmd,
479 struct json_stream *result)
480{
481 json_stream_close(result, cmd);
482 ld_send(cmd->plugin, result);
483 tal_free(cmd);
484
485 return &complete;
486}
487
488static struct command_result *command_complete(struct command *cmd,
489 struct json_stream *result)

Callers 2

command_completeFunction · 0.85
command_finish_rawstrFunction · 0.85

Calls 3

json_stream_closeFunction · 0.85
ld_sendFunction · 0.85
tal_freeFunction · 0.85

Tested by

no test coverage detected