MCPcopy Create free account
hub / github.com/WiseLibs/better-sqlite3 / Downcast

Method Downcast

src/util/custom-table.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected