| 39 | } |
| 40 | |
| 41 | static inline CustomTable::VTab* Upcast(sqlite3_vtab* vtab) { |
| 42 | return reinterpret_cast<VTab*>(vtab); |
| 43 | } |
| 44 | |
| 45 | inline sqlite3_vtab* Downcast() { |
| 46 | return reinterpret_cast<sqlite3_vtab*>(this); |
nothing calls this directly
no outgoing calls
no test coverage detected