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

Method read_u32

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

Source from the content-addressed store, hash-verified

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
267void llama_file::write_raw(const void * ptr, size_t len) const { pimpl->write_raw(ptr, len); }
268void llama_file::write_u32(uint32_t val) const { pimpl->write_u32(val); }

Callers 2

state_load_fileMethod · 0.45
state_seq_load_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected