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

Function lua_type

Source/Misc/lua/src/lua.c:2091–2094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2089
2090
2091LUA_API int lua_type (lua_State *L, int idx) {
2092StkId o = index2adr(L, idx);
2093return (o == luaO_nilobject) ? LUA_TNONE : ttype(o);
2094}
2095
2096
2097LUA_API const char *lua_typename (lua_State *L, int t) {

Callers 15

luausb_to_class_codeFunction · 0.85
luausb_is_class_codeFunction · 0.85
luausb_check_class_codeFunction · 0.85
luausb_to_transfer_typeFunction · 0.85
luausb_is_transfer_typeFunction · 0.85

Calls 1

index2adrFunction · 0.85

Tested by

no test coverage detected