ctypes_function(
"llama_state_get_data",
[
llama_context_p_ctypes,
ctypes.POINTER(ctypes.c_uint8),
ctypes.c_size_t,
],
ctypes.c_size_t,
)
| 1 | from __future__ import annotations |
| 2 | |
| 3 | import os |
| 4 | import ctypes |
nothing calls this directly
no outgoing calls
no test coverage detected