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

Function command_complete

plugins/libplugin.c:488–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488static struct command_result *command_complete(struct command *cmd,
489 struct json_stream *result)
490{
491 /* Global object */
492 json_object_end(result);
493 return command_complete_nojson(cmd, result);
494}
495
496struct command_result *command_finished(struct command *cmd,
497 struct json_stream *response)

Callers 5

command_finishedFunction · 0.85
command_done_rawFunction · 0.85
command_successFunction · 0.85
command_done_errFunction · 0.85
command_check_doneFunction · 0.85

Calls 2

json_object_endFunction · 0.85
command_complete_nojsonFunction · 0.85

Tested by

no test coverage detected