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

Function get_ds_done

tests/plugins/test_libplugin.c:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24static struct command_result *get_ds_done(struct command *cmd,
25 const char *val,
26 char *arg)
27{
28 if (!val)
29 val = "NOT FOUND";
30 return command_success(cmd, json_out_obj(cmd, arg, val));
31}
32
33static struct command_result *get_ds_bin_done(struct command *cmd,
34 const u8 *val,

Callers

nothing calls this directly

Calls 2

command_successFunction · 0.50
json_out_objFunction · 0.50

Tested by

no test coverage detected