MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / tell

Method tell

smallthinker/src/llama-mmap.cpp:247–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245llama_file::~llama_file() = default;
246
247size_t llama_file::tell() const { return pimpl->tell(); }
248size_t llama_file::size() const { return pimpl->size; }
249
250int llama_file::file_id() const {

Callers 6

mainFunction · 0.45
state_load_fileMethod · 0.45
state_seq_load_fileMethod · 0.45
state_seq_save_fileMethod · 0.45
write_tensor_dataMethod · 0.45
write_tensors_to_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected