| 19824 | } |
| 19825 | |
| 19826 | size_t gguf_get_data_offset(const struct gguf_context * ctx) { |
| 19827 | return ctx->offset; |
| 19828 | } |
| 19829 | |
| 19830 | void * gguf_get_data(const struct gguf_context * ctx) { |
| 19831 | return ctx->data; |
no outgoing calls
no test coverage detected