| 245 | llama_file::~llama_file() = default; |
| 246 | |
| 247 | size_t llama_file::tell() const { return pimpl->tell(); } |
| 248 | size_t llama_file::size() const { return pimpl->size; } |
| 249 | |
| 250 | int llama_file::file_id() const { |
no outgoing calls
no test coverage detected