MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / lua_typename

Function lua_typename

deps/lua/src/lapi.c:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246
247
248LUA_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
254LUA_API int lua_iscfunction (lua_State *L, int idx) {

Callers 2

tag_errorFunction · 0.85
json_encode_exceptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected