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

Method GetVTab

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

Source from the content-addressed store, hash-verified

65 }
66
67 inline CustomTable::VTab* GetVTab() {
68 return VTab::Upcast(base.pVtab);
69 }
70
71 sqlite3_vtab_cursor base;
72 Napi::ObjectReference iterator;

Callers 3

xFilterMethod · 0.80
xNextMethod · 0.80
xColumnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected