(ctx: llama_context_p, /)
| 1594 | # LLAMA_API uint32_t llama_n_ctx (const struct llama_context * ctx); |
| 1595 | @ctypes_function("llama_n_ctx", [llama_context_p_ctypes], ctypes.c_uint32) |
| 1596 | def llama_n_ctx(ctx: llama_context_p, /) -> int: ... |
| 1597 | |
| 1598 | |
| 1599 | # LLAMA_API uint32_t llama_n_ctx_seq (const struct llama_context * ctx); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…