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