MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / tell

Method tell

subprojects/llama.cpp/src/llama-mmap.cpp:378–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376llama_file::~llama_file() = default;
377
378size_t llama_file::tell() const { return pimpl->tell(); }
379size_t llama_file::size() const { return pimpl->size; }
380
381size_t llama_file::read_alignment() const { return pimpl->read_alignment(); }

Callers 6

state_load_fileMethod · 0.45
state_seq_load_fileMethod · 0.45
state_seq_save_fileMethod · 0.45
__init__Method · 0.45
write_tensor_dataMethod · 0.45
write_tensors_to_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected