MCPcopy Create free account
hub / github.com/WiseLibs/better-sqlite3 / xDisconnect

Method xDisconnect

src/util/custom-table.cpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 }
156
157 static int xDisconnect(sqlite3_vtab* vtab) {
158 delete VTab::Upcast(vtab);
159 return SQLITE_OK;
160 }
161
162 static int xOpen(sqlite3_vtab* vtab, sqlite3_vtab_cursor** output) {
163 *output = (new Cursor())->Downcast();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected