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

Method NotEmpty

src/lua-engine.cpp:2187–2190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2185 }
2186
2187 __forceinline int NotEmpty()
2188 {
2189 return broad.islands.size();
2190 }
2191
2192 // note: it is illegal to call this if NotEmpty() returns 0
2193 __forceinline bool Contains(unsigned int address, int size)

Callers 1

CallRegisteredLuaMemHookFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected