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

Method Downcast

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

Source from the content-addressed store, hash-verified

43 }
44
45 inline sqlite3_vtab* Downcast() {
46 return reinterpret_cast<sqlite3_vtab*>(this);
47 }
48
49 sqlite3_vtab base;
50 CustomTable * const parent;

Callers 3

xConnectMethod · 0.45
xOpenMethod · 0.45
xFilterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected