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

Class Fts5Tokenizer

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

Source from the content-addressed store, hash-verified

14221** inefficient.
14222*/
14223typedef struct Fts5Tokenizer Fts5Tokenizer;
14224typedef struct fts5_tokenizer_v2 fts5_tokenizer_v2;
14225struct fts5_tokenizer_v2 {
14226 int iVersion; /* Currently always 2 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected