| 376 | llama_file::~llama_file() = default; |
| 377 | |
| 378 | size_t llama_file::tell() const { return pimpl->tell(); } |
| 379 | size_t llama_file::size() const { return pimpl->size; } |
| 380 | |
| 381 | size_t llama_file::read_alignment() const { return pimpl->read_alignment(); } |
no outgoing calls
no test coverage detected