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

Class sqlite3_vtab

deps/sqlite3/sqlite3.h:7665–7665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7663** Structures used by the virtual table interface
7664*/
7665typedef struct sqlite3_vtab sqlite3_vtab;
7666typedef struct sqlite3_index_info sqlite3_index_info;
7667typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor;
7668typedef struct sqlite3_module sqlite3_module;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected