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

Function wallet_datastore_first

wallet/wallet.c:6411–6419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6409}
6410
6411struct db_stmt *wallet_datastore_first(const tal_t *ctx,
6412 struct wallet *w,
6413 const char **startkey,
6414 const char ***key,
6415 const u8 **data,
6416 u64 *generation)
6417{
6418 return db_datastore_first(ctx, w->db, startkey, key, data, generation);
6419}
6420
6421struct db_stmt *wallet_datastore_next(const tal_t *ctx,
6422 const char **startkey,

Callers 3

json_datastoreFunction · 0.85
json_listdatastoreFunction · 0.85
json_datastoreusageFunction · 0.85

Calls 1

db_datastore_firstFunction · 0.70

Tested by

no test coverage detected