MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / cleanup_sqlite_master

Function cleanup_sqlite_master

db/sqlmaster.c:51–56  ·  view source on GitHub ↗

accessor called from comdb2.c clean_exit() */

Source from the content-addressed store, hash-verified

49
50/* accessor called from comdb2.c clean_exit() */
51void cleanup_sqlite_master()
52{
53 destroy_sqlite_master(sqlmaster, sqlmaster_nentries);
54 sqlmaster = NULL;
55 sqlmaster_nentries = 0;
56}
57
58int gbl_debug_create_master_entry = 0;
59

Callers 2

finish_cleanFunction · 0.85
clean_exitFunction · 0.85

Calls 1

destroy_sqlite_masterFunction · 0.85

Tested by

no test coverage detected