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

Function sql_req

plugins/bkpr/sql.c:10–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include <plugins/libplugin.h>
9
10const jsmntok_t *sql_req(const tal_t *ctx,
11 struct command *cmd,
12 const char **buf,
13 const char *fmt, ...)
14{
15 va_list ap;
16 const jsmntok_t *ret;
17
18 va_start(ap, fmt);
19 ret = sql_reqv(ctx, cmd, buf, fmt, ap);
20 va_end(ap);
21 return ret;
22}
23
24const jsmntok_t *sql_reqv(const tal_t *ctx,
25 struct command *cmd,

Callers 6

find_close_account_nameFunction · 0.85
account_get_credit_debitFunction · 0.85
maybe_record_rebalanceFunction · 0.85
maybe_chain_incomeFunction · 0.85

Calls 1

sql_reqvFunction · 0.85

Tested by

no test coverage detected