Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ lua_touserdata
Function
lua_touserdata
extlibs/lua/src/lapi.c:427–430 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
425
426
427
LUA_API void *lua_touserdata (lua_State *L, int idx) {
428
const TValue *o = index2value(L, idx);
429
return touserdata(o);
430
}
431
432
433
LUA_API lua_State *lua_tothread (lua_State *L, int idx) {
Callers
15
pmain
Function · 0.85
math_random
Function · 0.85
math_randomseed
Function · 0.85
gmatch_aux
Function · 0.85
luaL_testudata
Function · 0.85
resizebox
Function · 0.85
pmain
Function · 0.85
checkclib
Function · 0.85
gctm
Function · 0.85
getiofile
Function · 0.85
io_readline
Function · 0.85
luaL_testudata
Function · 0.85
Calls
2
index2value
Function · 0.85
touserdata
Function · 0.85
Tested by
no test coverage detected