| 7663 | ** Structures used by the virtual table interface |
| 7664 | */ |
| 7665 | typedef struct sqlite3_vtab sqlite3_vtab; |
| 7666 | typedef struct sqlite3_index_info sqlite3_index_info; |
| 7667 | typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; |
| 7668 | typedef struct sqlite3_module sqlite3_module; |
nothing calls this directly
no outgoing calls
no test coverage detected