Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ lua_touserdata
Function
lua_touserdata
third-party/lua-5.5.0/src/lapi.c:473–476 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
471
472
473
LUA_API void *lua_touserdata (lua_State *L, int idx) {
474
const TValue *o = index2value(L, idx);
475
return touserdata(o);
476
}
477
478
479
LUA_API lua_State *lua_tothread (lua_State *L, int idx) {
Callers
15
pmain
Function · 0.70
math_random
Function · 0.70
math_randomseed
Function · 0.70
gmatch_aux
Function · 0.70
luaL_testudata
Function · 0.70
resizebox
Function · 0.70
luaL_pushresult
Function · 0.70
pmain
Function · 0.70
checkclib
Function · 0.70
getiofile
Function · 0.70
io_readline
Function · 0.70
metaQuery
Function · 0.50
Calls
2
index2value
Function · 0.70
touserdata
Function · 0.70
Tested by
no test coverage detected