MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / tag_error

Function tag_error

ThirdParty/lua/lua/lauxlib.c:194–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192
193
194static void tag_error (lua_State *L, int arg, int tag) {
195 typeerror(L, arg, lua_typename(L, tag));
196}
197
198
199LUALIB_API void luaL_where (lua_State *L, int level) {

Callers 4

luaL_checktypeFunction · 0.85
luaL_checklstringFunction · 0.85
luaL_checknumberFunction · 0.85
interrorFunction · 0.85

Calls 2

typeerrorFunction · 0.85
lua_typenameFunction · 0.85

Tested by

no test coverage detected