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

Function lua_gettop

src/lua/src/lapi.c:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157
158
159LUA_API int lua_gettop (lua_State *L) {
160 return cast_int(L->top - L->base);
161}
162
163
164LUA_API void lua_settop (lua_State *L, int idx) {

Callers 15

LuaStackToBinaryFunction · 0.85
SaveRecordPartialMethod · 0.85
toCStringConverterFunction · 0.85
rawToCStringFunction · 0.85
toCStringFunction · 0.85
copytableFunction · 0.85
savestate_create_aliasedFunction · 0.85
savestate_loadscriptdataFunction · 0.85
movie_rerecordcountingFunction · 0.85
movie_playbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected