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