| 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; |
| 7669 | |
| 7670 | /* |
| 7671 | ** CAPI3REF: Virtual Table Object |
nothing calls this directly
no outgoing calls
no test coverage detected