| 6961 | typedef struct sqlite3_index_info sqlite3_index_info; |
| 6962 | typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; |
| 6963 | typedef struct sqlite3_module sqlite3_module; |
| 6964 | |
| 6965 | /* |
| 6966 | ** CAPI3REF: Virtual Table Object |
nothing calls this directly
no outgoing calls
no test coverage detected