ctypes_function(
"llama_log_get",
[ctypes.POINTER(llama_log_callback), ctypes.POINTER(ctypes.c_void_p)],
None,
)
| 1 | from __future__ import annotations |
| 2 | |
| 3 | import os |
| 4 | import ctypes |
nothing calls this directly
no outgoing calls
no test coverage detected