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

Function wallet_datastore_create

wallet/wallet.c:6357–6360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6355}
6356
6357void wallet_datastore_create(struct wallet *w, const char **key, const u8 *data)
6358{
6359 db_datastore_create(w->db, key, data);
6360}
6361
6362static void db_datastore_remove(struct db *db, const char **key)
6363{

Callers 1

json_datastoreFunction · 0.85

Calls 1

db_datastore_createFunction · 0.85

Tested by

no test coverage detected