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

Method read_u32

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

Source from the content-addressed store, hash-verified

405#endif
406
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); }

Callers 2

state_load_fileMethod · 0.45
state_seq_load_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected