MCPcopy Create free account
hub / github.com/TASEmulators/fceux / Contains

Method Contains

src/lua-engine.cpp:2157–2165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2155 }
2156 }
2157 bool Contains(unsigned int address, int size) const
2158 {
2159 for (size_t i = 0; i != islands.size(); ++i)
2160 {
2161 if (islands[i].Contains(address, size))
2162 return true;
2163 }
2164 return false;
2165 }
2166 };
2167
2168 Region<0xFFFFFFFF> broad;

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
ContainsMethod · 0.45

Tested by

no test coverage detected