MCPcopy Create free account
hub / github.com/DFHack/dfhack / lua_typename

Function lua_typename

depends/lua/src/lapi.c:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

internal_runCommandFunction · 0.85
luaB_typeFunction · 0.85
tag_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected