ctypes_function(
"mtmd_encode_chunk",
[mtmd_context_p_ctypes, mtmd_input_chunk_p_ctypes],
c_int,
)
| 1 | from __future__ import annotations |
| 2 | |
| 3 | import os |
| 4 | import warnings |
nothing calls this directly
no outgoing calls
no test coverage detected