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

Class Fts5Tokenizer

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

Source from the content-addressed store, hash-verified

12756** inefficient.
12757*/
12758typedef struct Fts5Tokenizer Fts5Tokenizer;
12759typedef struct fts5_tokenizer fts5_tokenizer;
12760struct fts5_tokenizer {
12761 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected