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

Function db_prepare_for_changes

db/utils.c:314–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void db_prepare_for_changes(struct db *db)
315{
316 assert(!db->changes);
317 db->changes = tal_arr(db, const char *, 0);
318}
319
320void db_fatal(const struct db *db, const char *fmt, ...)
321{

Callers 4

db_open_Function · 0.85
prepare_table_manipFunction · 0.85
complete_table_manipFunction · 0.85
db_need_transactionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected