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

Method write_raw

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

Source from the content-addressed store, hash-verified

407uint32_t llama_file::read_u32() { return pimpl->read_u32(); }
408
409void llama_file::write_raw(const void * ptr, size_t len) const { pimpl->write_raw(ptr, len); }
410void llama_file::write_u32(uint32_t val) const { pimpl->write_u32(val); }
411
412// 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