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

Method Upcast

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

Source from the content-addressed store, hash-verified

39 }
40
41 static inline CustomTable::VTab* Upcast(sqlite3_vtab* vtab) {
42 return reinterpret_cast<VTab*>(vtab);
43 }
44
45 inline sqlite3_vtab* Downcast() {
46 return reinterpret_cast<sqlite3_vtab*>(this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected