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

Function gather_args

plugins/bcli.c:138–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138static LAST_ARG_NULL const char **
139gather_args(const tal_t *ctx, const char *cmd, ...)
140{
141 va_list ap;
142 const char **ret;
143
144 va_start(ap, cmd);
145 ret = gather_argsv(ctx, cmd, ap);
146 va_end(ap);
147
148 return ret;
149}
150
151static struct io_plan *read_more(struct io_conn *conn, struct bitcoin_cli *bcli)
152{

Callers 3

bitcoind_failureFunction · 0.70
wait_and_check_bitcoindFunction · 0.70

Calls 1

gather_argsvFunction · 0.85

Tested by

no test coverage detected