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

Method write_u32

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

Source from the content-addressed store, hash-verified

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
271

Callers 2

state_save_fileMethod · 0.45
state_seq_save_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected