Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ lua_typename
Function
lua_typename
3rdparty/lua/src/lapi.c:248–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
247
248
LUA_API const char *lua_typename (lua_State *L, int t) {
249
UNUSED(L);
250
return (t == LUA_TNONE) ?
"no value"
: luaT_typenames[t];
251
}
252
253
254
LUA_API int lua_iscfunction (lua_State *L, int idx) {
Callers
1
tag_error
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected