ctypes_function(
"llama_batch_get_one",
[
llama_token_p,
ctypes.c_int32,
],
llama_batch,
)
| 1 | from __future__ import annotations |
| 2 | |
| 3 | import os |
| 4 | import ctypes |
nothing calls this directly
no outgoing calls
no test coverage detected