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

Function get_ds_bin_done

tests/plugins/test_libplugin.c:33–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33static struct command_result *get_ds_bin_done(struct command *cmd,
34 const u8 *val,
35 char *arg)
36{
37 plugin_log(cmd->plugin, LOG_INFORM, "get_ds_bin_done: %s",
38 val ? tal_hex(tmpctx, val) : "NOT FOUND");
39
40 return jsonrpc_get_datastore_string(cmd,
41 mkdatastorekey(tmpctx, "test_libplugin", "name"),
42 get_ds_done, arg);
43}
44
45static struct command_result *json_helloworld(struct command *cmd,
46 const char *buf,

Callers

nothing calls this directly

Calls 2

tal_hexFunction · 0.85
plugin_logFunction · 0.50

Tested by

no test coverage detected