MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / lua_touserdata

Function lua_touserdata

third-party/lua-5.4.6/src/lapi.c:456–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454
455
456LUA_API void *lua_touserdata (lua_State *L, int idx) {
457 const TValue *o = index2value(L, idx);
458 return touserdata(o);
459}
460
461
462LUA_API lua_State *lua_tothread (lua_State *L, int idx) {

Callers 11

pmainFunction · 0.70
math_randomFunction · 0.70
math_randomseedFunction · 0.70
gmatch_auxFunction · 0.70
luaL_testudataFunction · 0.70
resizeboxFunction · 0.70
pmainFunction · 0.70
checkclibFunction · 0.70
gctmFunction · 0.70
getiofileFunction · 0.70
io_readlineFunction · 0.70

Calls 2

index2valueFunction · 0.70
touserdataFunction · 0.70

Tested by

no test coverage detected