| 19852 | } |
| 19853 | |
| 19854 | const char * gguf_get_key(const struct gguf_context * ctx, int key_id) { |
| 19855 | return ctx->kv[key_id].key.data; |
| 19856 | } |
| 19857 | |
| 19858 | enum gguf_type gguf_get_kv_type(const struct gguf_context * ctx, int key_id) { |
| 19859 | return ctx->kv[key_id].type; |
no outgoing calls
no test coverage detected