ctypes_function(
"mtmd_tokenize",
[
mtmd_context_p_ctypes,
mtmd_input_chunks_p_ctypes,
POINTER(mtmd_input_text),
POINTER(mtmd_bitmap_p_ctypes),
c_size_t
| 1 | from __future__ import annotations |
| 2 | |
| 3 | import os |
| 4 | import warnings |
nothing calls this directly
no outgoing calls
no test coverage detected