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

Method xClose

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

Source from the content-addressed store, hash-verified

165 }
166
167 static int xClose(sqlite3_vtab_cursor* cursor) {
168 delete Cursor::Upcast(cursor);
169 return SQLITE_OK;
170 }
171
172 // This method uses a fresh cursor to start a new scan of a virtual table.
173 // The args and idxNum are provided by xBestIndex (idxStr is unused).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected