| 61 | } |
| 62 | |
| 63 | inline sqlite3_vtab_cursor* Downcast() { |
| 64 | return reinterpret_cast<sqlite3_vtab_cursor*>(this); |
| 65 | } |
| 66 | |
| 67 | inline CustomTable::VTab* GetVTab() { |
| 68 | return VTab::Upcast(base.pVtab); |
nothing calls this directly
no outgoing calls
no test coverage detected