MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / lua_typename

Function lua_typename

lua/lapi.c:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247
248
249LUA_API const char *lua_typename (lua_State *L, int t) {
250 UNUSED(L);
251 return (t == LUA_TNONE) ? "no value" : luaT_typenames[t];
252}
253
254
255LUA_API int lua_iscfunction (lua_State *L, int idx) {

Callers 2

luabb_type_err_intFunction · 0.85
tag_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected