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

Function wallet_datastore_next

wallet/wallet.c:6421–6429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6419}
6420
6421struct db_stmt *wallet_datastore_next(const tal_t *ctx,
6422 const char **startkey,
6423 struct db_stmt *stmt,
6424 const char ***key,
6425 const u8 **data,
6426 u64 *generation)
6427{
6428 return db_datastore_next(ctx, stmt, startkey, key, data, generation);
6429}
6430
6431/* We use a different query form if we only care about a single channel. */
6432struct wallet_htlc_iter {

Callers 2

json_listdatastoreFunction · 0.85
json_datastoreusageFunction · 0.85

Calls 1

db_datastore_nextFunction · 0.70

Tested by

no test coverage detected