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

Class fts5_tokenizer

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

Source from the content-addressed store, hash-verified

14247** that still use it.
14248*/
14249typedef struct fts5_tokenizer fts5_tokenizer;
14250struct fts5_tokenizer {
14251 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut);
14252 void (*xDelete)(Fts5Tokenizer*);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected