MCPcopy Create free account
hub / github.com/OpenByteDev/dll-syringe / read

Method read

src/process/memory/buffer.rs:285–311  ·  view source on GitHub ↗

Copies the contents of this buffer starting from the given offset to the given local buffer. # Panics This function will panic if the given offset plus the given buffer length exceeds this buffer's length.

(&self, offset: usize, buf: &mut [u8])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

callMethod · 0.45
get_procedure_addressMethod · 0.45
callMethod · 0.45
call_with_argsMethod · 0.45
read_structMethod · 0.45

Calls 3

is_localMethod · 0.45
lenMethod · 0.45
as_raw_handleMethod · 0.45

Tested by

no test coverage detected