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

Method Contains

src/lua-engine.cpp:2193–2198  ·  view source on GitHub ↗

note: it is illegal to call this if NotEmpty() returns 0

Source from the content-addressed store, hash-verified

2191
2192 // note: it is illegal to call this if NotEmpty() returns 0
2193 __forceinline bool Contains(unsigned int address, int size)
2194 {
2195 return broad.islands[0].Contains(address,size) &&
2196 mid.Contains(address,size) &&
2197 narrow.Contains(address,size);
2198 }
2199};
2200TieredRegion hookedRegions [LUAMEMHOOK_COUNT];
2201

Callers 2

ContainsMethod · 0.45
CallRegisteredLuaMemHookFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected