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

Method write_raw

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

Source from the content-addressed store, hash-verified

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); }
269
270// llama_mmap

Callers 3

writeMethod · 0.45
state_save_fileMethod · 0.45
state_seq_save_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected