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

Method read_u32

llama.cpp:907–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

905 }
906
907 uint32_t read_u32() const {
908 uint32_t ret;
909 read_raw(&ret, sizeof(ret));
910 return ret;
911 }
912
913 void write_raw(const void * ptr, size_t len) const {
914 if (len == 0) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected