MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / lua_isuserdata

Function lua_isuserdata

Source/Misc/lua/src/lua.c:2122–2125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2120
2121
2122LUA_API int lua_isuserdata (lua_State *L, int idx) {
2123const TValue *o = index2adr(L, idx);
2124return (ttisuserdata(o) || ttislightuserdata(o));
2125}
2126
2127
2128LUA_API int lua_rawequal (lua_State *L, int index1, int index2) {

Callers

nothing calls this directly

Calls 1

index2adrFunction · 0.85

Tested by

no test coverage detected