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

Function destroy_db

db/utils.c:263–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261
262
263static void destroy_db(struct db *db)
264{
265 db_assert_no_outstanding_statements(db);
266
267 if (db->config->teardown_fn)
268 db->config->teardown_fn(db);
269}
270
271static struct db_config *db_config_find(const char *dsn)
272{

Callers

nothing calls this directly

Tested by

no test coverage detected