| 19816 | } |
| 19817 | |
| 19818 | int gguf_get_version(const struct gguf_context * ctx) { |
| 19819 | return ctx->header.version; |
| 19820 | } |
| 19821 | |
| 19822 | size_t gguf_get_alignment(const struct gguf_context * ctx) { |
| 19823 | return ctx->alignment; |
no outgoing calls
no test coverage detected