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

Method read_raw

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

Source from the content-addressed store, hash-verified

261
262void llama_file::seek(size_t offset, int whence) const { pimpl->seek(offset, whence); }
263void llama_file::read_raw(void * ptr, size_t len) const { pimpl->read_raw(ptr, len); }
264
265uint32_t llama_file::read_u32() const { return pimpl->read_u32(); }
266

Callers 6

read_toMethod · 0.45
state_load_fileMethod · 0.45
state_seq_load_fileMethod · 0.45
load_data_forMethod · 0.45
load_all_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected