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

Class fts5_api

deps/sqlite3/sqlite3.h:14288–14288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14286** FTS5 EXTENSION REGISTRATION API
14287*/
14288typedef struct fts5_api fts5_api;
14289struct fts5_api {
14290 int iVersion; /* Currently always set to 3 */
14291

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected