MCPcopy Create free account
hub / github.com/DFHack/dfhack / isAddr

Function isAddr

plugins/devel/memview.cpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 return ret;
54}
55bool isAddr(void *trg, vector<t_memrange> &ranges)
56{
57 for (auto &r : ranges)
58 if (r.isInRange(trg))
59 return true;
60 return false;
61}
62bool isAddrAt(uintptr_t *trg, vector<t_memrange> &ranges)
63{
64 if(trg[0]%4==0)

Callers 1

detect_sizeFunction · 0.85

Calls 1

isInRangeMethod · 0.80

Tested by

no test coverage detected