MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / lua_typename

Function lua_typename

extlibs/lua/src/lapi.c:263–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261
262
263LUA_API const char *lua_typename (lua_State *L, int t) {
264 UNUSED(L);
265 api_check(L, LUA_TNONE <= t && t < LUA_NUMTYPES, "invalid type");
266 return ttypename(t);
267}
268
269
270LUA_API int lua_iscfunction (lua_State *L, int idx) {

Callers 8

luaB_typeFunction · 0.85
tag_errorFunction · 0.85
lua_lenFunction · 0.85
luaL_tolstringFunction · 0.85
type_nameFunction · 0.85
associated_type_nameFunction · 0.85
push_type_panic_stringFunction · 0.85
type_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected