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

Class fts5_tokenizer

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected