Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overload-Technologies/Overload
/ lua_touserdata
Function
lua_touserdata
Dependencies/lua/src/lapi.c:456–459 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
454
455
456
LUA_API void *lua_touserdata (lua_State *L, int idx) {
457
const TValue *o = index2value(L, idx);
458
return touserdata(o);
459
}
460
461
462
LUA_API lua_State *lua_tothread (lua_State *L, int idx) {
Callers
15
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get_no_lua_nil
Method · 0.85
get_no_lua_nil_from
Method · 0.85
usertype_alloc_destroy
Function · 0.85
Calls
2
index2value
Function · 0.85
touserdata
Function · 0.85
Tested by
4
udataval
Function · 0.68
getstate
Function · 0.68
panicback
Function · 0.68
runC
Function · 0.68