MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / lua_typename

Function lua_typename

ThirdParty/lua/lua/lapi.c:256–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254
255
256LUA_API const char *lua_typename (lua_State *L, int t) {
257 UNUSED(L);
258 api_check(LUA_TNONE <= t && t < LUA_NUMTAGS, "invalid tag");
259 return ttypename(t);
260}
261
262
263LUA_API int lua_iscfunction (lua_State *L, int idx) {

Callers 2

luaopen_baseFunction · 0.85
tag_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected