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

Function lua_typename

xrepo/packages/l/lua/port/lua/src/lapi.c:294–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292
293
294LUA_API const char *lua_typename (lua_State *L, int t) {
295 UNUSED(L);
296 api_check(L, LUA_TNONE <= t && t < LUA_NUMTYPES, "invalid type");
297 return ttypename(t);
298}
299
300
301LUA_API int lua_iscfunction (lua_State *L, int idx) {

Callers 2

luaB_typeFunction · 0.70
tag_errorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected