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

Function lua_typename

Source/Misc/lua/src/lua.c:2097–2100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2095
2096
2097LUA_API const char *lua_typename (lua_State *L, int t) {
2098UNUSED(L);
2099return (t == LUA_TNONE) ? "no value" : luaT_typenames[t];
2100}
2101
2102
2103LUA_API int lua_iscfunction (lua_State *L, int idx) {

Callers 4

stack_content_by_nameMethod · 0.85
tag_errorFunction · 0.85
obj_nameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected