MCPcopy Create free account
hub / github.com/asg017/sqlite-loadable-rs / fts5_api

Class fts5_api

sqlite3ext-sys/sqlite3/sqlite3.h:12795–12795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12793** FTS5 EXTENSION REGISTRATION API
12794*/
12795typedef struct fts5_api fts5_api;
12796struct fts5_api {
12797 int iVersion; /* Currently always set to 2 */
12798

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected