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

Function db_prepare_for_changes

db/utils.c:307–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307void db_prepare_for_changes(struct db *db)
308{
309 assert(!db->changes);
310 db->changes = tal_arr(db, const char *, 0);
311}
312
313struct db *db_open(const tal_t *ctx, const char *filename)
314{

Callers 4

db_openFunction · 0.85
prepare_table_manipFunction · 0.85
complete_table_manipFunction · 0.85
db_begin_transaction_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected