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

Method read_raw

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

Source from the content-addressed store, hash-verified

398
399void llama_file::seek(size_t offset, int whence) const { pimpl->seek(offset, whence); }
400void llama_file::read_raw(void * ptr, size_t len) { pimpl->read_raw(ptr, len); }
401#ifdef _WIN32
402void llama_file::read_raw_unsafe(void * ptr, size_t len) { pimpl->read_raw(ptr, len); }
403#else

Callers 7

read_toMethod · 0.45
state_load_fileMethod · 0.45
state_seq_load_fileMethod · 0.45
read_raw_unsafeMethod · 0.45
load_data_forMethod · 0.45
load_all_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected