MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / lua_isuserdata

Function lua_isuserdata

lua/src/lapi.c:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324
325
326LUA_API int lua_isuserdata (lua_State *L, int idx) {
327 const TValue *o = index2value(L, idx);
328 return (ttisfulluserdata(o) || ttislightuserdata(o));
329}
330
331
332LUA_API int lua_rawequal (lua_State *L, int index1, int index2) {

Callers

nothing calls this directly

Calls 1

index2valueFunction · 0.85

Tested by

no test coverage detected