Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
xFilter
Method · 0.80
xNext
Method · 0.80
xColumn
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected