MCPcopy Create free account
hub / github.com/clementgallet/libTAS / read

Method read

src/program/lua/Memory.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61bool Lua::Memory::read(uintptr_t addr, void* return_value, int size)
62{
63 return MemAccess::read(return_value, reinterpret_cast<void*>(addr), size) == (size_t)size;
64}
65
66/* Define a macro to declare all read functions */
67#define READFUNCINT(NAME, TYPE) \

Callers 2

loadChainsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected