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

Function wallet_datastore_get

wallet/wallet.c:6403–6409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6401}
6402
6403u8 *wallet_datastore_get(const tal_t *ctx,
6404 struct wallet *w,
6405 const char **key,
6406 u64 *generation)
6407{
6408 return db_datastore_get(ctx, w->db, key, generation);
6409}
6410
6411struct db_stmt *wallet_datastore_first(const tal_t *ctx,
6412 struct wallet *w,

Callers 2

json_datastoreFunction · 0.85
json_deldatastoreFunction · 0.85

Calls 1

db_datastore_getFunction · 0.70

Tested by

no test coverage detected