| 14247 | ** that still use it. |
| 14248 | */ |
| 14249 | typedef struct fts5_tokenizer fts5_tokenizer; |
| 14250 | struct fts5_tokenizer { |
| 14251 | int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut); |
| 14252 | void (*xDelete)(Fts5Tokenizer*); |
nothing calls this directly
no outgoing calls
no test coverage detected