Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InoriRus/Kyty
/ lua_isuserdata
Function
lua_isuserdata
source/3rdparty/lua/src/lapi.c:280–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
279
280
LUA_API int lua_isuserdata (lua_State *L, int idx) {
281
const TValue *o = index2addr(L, idx);
282
return (ttisuserdata(o) || ttislightuserdata(o));
283
}
284
285
286
LUA_API int lua_rawequal (lua_State *L, int index1, int index2) {
Callers
1
ReadVar
Method · 0.85
Calls
1
index2addr
Function · 0.85
Tested by
no test coverage detected