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

Method get_address

src/program/ramsearch/MemScanner.cpp:322–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322uintptr_t MemScanner::get_address(int index) const
323{
324 if (addresses.empty())
325 return 0;
326
327 return *reinterpret_cast<const uintptr_t*>(&addresses[index*sizeof(uintptr_t)]);
328}
329
330const MemValueType* MemScanner::get_previous_value(int index) const
331{

Callers 2

dataMethod · 0.80
addressMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected